|
328 | 328 | "title": "Authorization Request Relationship", |
329 | 329 | "properties": { |
330 | 330 | "data": { |
331 | | - "type": "array", |
332 | | - "items": { |
333 | | - "type": "object", |
334 | | - "properties": { |
335 | | - "type": { |
336 | | - "type": "string", |
337 | | - "default": "authorizationRequest" |
338 | | - }, |
339 | | - "id": { |
340 | | - "$ref": "./types.json#/components/schemas/Identifier" |
341 | | - } |
| 331 | + "type": "object", |
| 332 | + "properties": { |
| 333 | + "type": { |
| 334 | + "type": "string", |
| 335 | + "default": "authorizationRequest" |
342 | 336 | }, |
343 | | - "additionalProperties": false |
344 | | - } |
| 337 | + "id": { |
| 338 | + "$ref": "./types.json#/components/schemas/Identifier" |
| 339 | + } |
| 340 | + }, |
| 341 | + "required": ["type", "id"], |
| 342 | + "additionalProperties": false |
345 | 343 | } |
346 | 344 | }, |
347 | 345 | "additionalProperties": false |
|
356 | 354 | "title": "Authorization Relationship", |
357 | 355 | "properties": { |
358 | 356 | "data": { |
359 | | - "type": "array", |
360 | | - "items": { |
361 | | - "type": "object", |
362 | | - "properties": { |
363 | | - "type": { |
364 | | - "type": "string", |
365 | | - "default": "authorization" |
366 | | - }, |
367 | | - "id": { |
368 | | - "$ref": "./types.json#/components/schemas/Identifier" |
369 | | - } |
| 357 | + "type": "object", |
| 358 | + "properties": { |
| 359 | + "type": { |
| 360 | + "type": "string", |
| 361 | + "default": "authorization" |
370 | 362 | }, |
371 | | - "additionalProperties": false |
372 | | - } |
| 363 | + "id": { |
| 364 | + "$ref": "./types.json#/components/schemas/Identifier" |
| 365 | + } |
| 366 | + }, |
| 367 | + "required": ["type", "id"], |
| 368 | + "additionalProperties": false |
373 | 369 | } |
374 | 370 | }, |
375 | 371 | "additionalProperties": false |
|
858 | 854 | }, |
859 | 855 | "RelatedTransactionRelationship": { |
860 | 856 | "type": "object", |
861 | | - "title": "Related Transaction Relationship", |
862 | 857 | "properties": { |
863 | | - "data": { |
| 858 | + "relatedTransaction": { |
864 | 859 | "type": "object", |
| 860 | + "title": "Related Transaction Relationship", |
865 | 861 | "properties": { |
866 | | - "type": { |
867 | | - "type": "string", |
868 | | - "default": "transaction" |
869 | | - }, |
870 | | - "id": { |
871 | | - "$ref": "./types.json#/components/schemas/Identifier" |
| 862 | + "data": { |
| 863 | + "type": "object", |
| 864 | + "properties": { |
| 865 | + "type": { |
| 866 | + "type": "string", |
| 867 | + "default": "transaction" |
| 868 | + }, |
| 869 | + "id": { |
| 870 | + "$ref": "./types.json#/components/schemas/Identifier" |
| 871 | + } |
| 872 | + }, |
| 873 | + "required": ["type", "id"], |
| 874 | + "additionalProperties": false |
872 | 875 | } |
873 | 876 | }, |
874 | | - "required": ["type", "id"], |
| 877 | + "required": ["data"], |
875 | 878 | "additionalProperties": false |
876 | 879 | } |
877 | | - }, |
878 | | - "required": ["data"], |
879 | | - "additionalProperties": false |
| 880 | + } |
880 | 881 | }, |
881 | 882 | "DisputedTransactionRelationship": { |
882 | 883 | "type": "object", |
|
0 commit comments