|
50 | 50 | "$ref": "#/definitions/jsonapi" |
51 | 51 | } |
52 | 52 | }, |
53 | | - "additionalProperties": false |
| 53 | + "additionalProperties": true |
54 | 54 | }, |
55 | 55 | "failure": { |
56 | 56 | "type": "object", |
|
75 | 75 | "$ref": "#/definitions/links" |
76 | 76 | } |
77 | 77 | }, |
78 | | - "additionalProperties": false |
| 78 | + "additionalProperties": true |
79 | 79 | }, |
80 | 80 | "info": { |
81 | 81 | "type": "object", |
|
93 | 93 | "$ref": "#/definitions/jsonapi" |
94 | 94 | } |
95 | 95 | }, |
96 | | - "additionalProperties": false |
| 96 | + "additionalProperties": true |
97 | 97 | }, |
98 | 98 |
|
99 | 99 | "meta": { |
|
148 | 148 | "$ref": "#/definitions/meta" |
149 | 149 | } |
150 | 150 | }, |
151 | | - "additionalProperties": false |
| 151 | + "additionalProperties": true |
152 | 152 | }, |
153 | 153 | "relationshipLinks": { |
154 | 154 | "description": "A resource object **MAY** contain references to other resource objects (\"relationships\"). Relationships may be to-one or to-many. Relationships can be specified by including a member in a resource's links object.", |
|
213 | 213 | {"required": ["type"]} |
214 | 214 | ] |
215 | 215 | }, |
216 | | - "additionalProperties": false |
| 216 | + "additionalProperties": true |
217 | 217 | }, |
218 | 218 |
|
219 | 219 | "relationships": { |
|
251 | 251 | {"required": ["type"]} |
252 | 252 | ] |
253 | 253 | }, |
254 | | - "additionalProperties": false |
| 254 | + "additionalProperties": true |
255 | 255 | } |
256 | 256 | }, |
257 | | - "additionalProperties": false |
| 257 | + "additionalProperties": true |
258 | 258 | }, |
259 | 259 | "relationshipToOne": { |
260 | 260 | "description": "References to other resource objects in a to-one (\"relationship\"). Relationships can be specified by including a member in a resource's links object.", |
|
297 | 297 | "$ref": "#/definitions/meta" |
298 | 298 | } |
299 | 299 | }, |
300 | | - "additionalProperties": false |
| 300 | + "additionalProperties": true |
301 | 301 | }, |
302 | 302 | "pagination": { |
303 | 303 | "type": "object", |
|
344 | 344 | "$ref": "#/definitions/meta" |
345 | 345 | } |
346 | 346 | }, |
347 | | - "additionalProperties": false |
| 347 | + "additionalProperties": true |
348 | 348 | }, |
349 | 349 |
|
350 | 350 | "error": { |
|
390 | 390 | "$ref": "#/definitions/meta" |
391 | 391 | } |
392 | 392 | }, |
393 | | - "additionalProperties": false |
| 393 | + "additionalProperties": true |
394 | 394 | } |
395 | 395 | } |
396 | 396 | } |
|
0 commit comments