|
|
|
@@ -1710,6 +1710,18 @@ components: |
|
|
|
- 'null' |
|
|
|
format: iri-reference |
|
|
|
example: 'https://example.com/' |
|
|
|
partner: |
|
|
|
anyOf: |
|
|
|
- |
|
|
|
$ref: '#/components/schemas/Partner' |
|
|
|
- |
|
|
|
type: 'null' |
|
|
|
contact: |
|
|
|
anyOf: |
|
|
|
- |
|
|
|
$ref: '#/components/schemas/Contact' |
|
|
|
- |
|
|
|
type: 'null' |
|
|
|
createdAt: |
|
|
|
readOnly: true |
|
|
|
type: |
|
|
|
@@ -1743,6 +1755,18 @@ components: |
|
|
|
- 'null' |
|
|
|
format: iri-reference |
|
|
|
example: 'https://example.com/' |
|
|
|
partner: |
|
|
|
anyOf: |
|
|
|
- |
|
|
|
$ref: '#/components/schemas/Partner.jsonhal' |
|
|
|
- |
|
|
|
type: 'null' |
|
|
|
contact: |
|
|
|
anyOf: |
|
|
|
- |
|
|
|
$ref: '#/components/schemas/Contact.jsonhal' |
|
|
|
- |
|
|
|
type: 'null' |
|
|
|
createdAt: |
|
|
|
readOnly: true |
|
|
|
type: |
|
|
|
@@ -1790,6 +1814,18 @@ components: |
|
|
|
- 'null' |
|
|
|
format: iri-reference |
|
|
|
example: 'https://example.com/' |
|
|
|
partner: |
|
|
|
anyOf: |
|
|
|
- |
|
|
|
$ref: '#/components/schemas/Partner.jsonld' |
|
|
|
- |
|
|
|
type: 'null' |
|
|
|
contact: |
|
|
|
anyOf: |
|
|
|
- |
|
|
|
$ref: '#/components/schemas/Contact.jsonld' |
|
|
|
- |
|
|
|
type: 'null' |
|
|
|
createdAt: |
|
|
|
readOnly: true |
|
|
|
type: |
|
|
|
|