You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This is a schema for responses in the JSON API format. For more, see http://jsonapi.org",
5
5
"oneOf": [
@@ -158,7 +158,7 @@
158
158
"self": {
159
159
"description": "A `self` member, whose value is a URL for the relationship itself (a \"relationship URL\"). This URL allows the client to directly manipulate the relationship. For example, it would allow a client to remove an `author` from an `article` without deleting the people resource itself.",
160
160
"type": "string",
161
-
"format": "uri"
161
+
"format": "uri-reference"
162
162
},
163
163
"related": {
164
164
"$ref": "#/definitions/link"
@@ -172,7 +172,7 @@
172
172
{
173
173
"description": "A string containing the link's URL.",
174
174
"type": "string",
175
-
"format": "uri"
175
+
"format": "uri-reference"
176
176
},
177
177
{
178
178
"type": "object",
@@ -183,7 +183,7 @@
183
183
"href": {
184
184
"description": "A string containing the link's URL.",
0 commit comments