|
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 | 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 | 183 | "href": {
|
184 | 184 | "description": "A string containing the link's URL.",
|
185 | 185 | "type": "string",
|
186 |
| - "format": "uri" |
| 186 | + "format": "uri-reference" |
187 | 187 | },
|
188 | 188 | "meta": {
|
189 | 189 | "$ref": "#/definitions/meta"
|
|
287 | 287 | "first": {
|
288 | 288 | "description": "The first page of data",
|
289 | 289 | "oneOf": [
|
290 |
| - { "type": "string", "format": "uri" }, |
| 290 | + { "type": "string", "format": "uri-reference" }, |
291 | 291 | { "type": "null" }
|
292 | 292 | ]
|
293 | 293 | },
|
294 | 294 | "last": {
|
295 | 295 | "description": "The last page of data",
|
296 | 296 | "oneOf": [
|
297 |
| - { "type": "string", "format": "uri" }, |
| 297 | + { "type": "string", "format": "uri-reference" }, |
298 | 298 | { "type": "null" }
|
299 | 299 | ]
|
300 | 300 | },
|
301 | 301 | "prev": {
|
302 | 302 | "description": "The previous page of data",
|
303 | 303 | "oneOf": [
|
304 |
| - { "type": "string", "format": "uri" }, |
| 304 | + { "type": "string", "format": "uri-reference" }, |
305 | 305 | { "type": "null" }
|
306 | 306 | ]
|
307 | 307 | },
|
308 | 308 | "next": {
|
309 | 309 | "description": "The next page of data",
|
310 | 310 | "oneOf": [
|
311 |
| - { "type": "string", "format": "uri" }, |
| 311 | + { "type": "string", "format": "uri-reference" }, |
312 | 312 | { "type": "null" }
|
313 | 313 | ]
|
314 | 314 | }
|
|
0 commit comments