| @@ -1139,16 +1139,16 @@ paths: | |||||
| content: | content: | ||||
| application/ld+json: | application/ld+json: | ||||
| schema: | schema: | ||||
| $ref: '#/components/schemas/Post.jsonld-posting_create' | |||||
| $ref: '#/components/schemas/Post.jsonld-posting.create' | |||||
| application/json: | application/json: | ||||
| schema: | schema: | ||||
| $ref: '#/components/schemas/Post-posting_create' | |||||
| $ref: '#/components/schemas/Post-posting.create' | |||||
| text/html: | text/html: | ||||
| schema: | schema: | ||||
| $ref: '#/components/schemas/Post-posting_create' | |||||
| $ref: '#/components/schemas/Post-posting.create' | |||||
| application/hal+json: | application/hal+json: | ||||
| schema: | schema: | ||||
| $ref: '#/components/schemas/Post.jsonhal-posting_create' | |||||
| $ref: '#/components/schemas/Post.jsonhal-posting.create' | |||||
| required: true | required: true | ||||
| deprecated: false | deprecated: false | ||||
| parameters: [] | parameters: [] | ||||
| @@ -1263,7 +1263,7 @@ paths: | |||||
| content: | content: | ||||
| application/merge-patch+json: | application/merge-patch+json: | ||||
| schema: | schema: | ||||
| $ref: '#/components/schemas/Post-posting_patch' | |||||
| $ref: '#/components/schemas/Post-posting.patch' | |||||
| required: true | required: true | ||||
| deprecated: false | deprecated: false | ||||
| parameters: [] | parameters: [] | ||||
| @@ -2264,6 +2264,7 @@ components: | |||||
| - string | - string | ||||
| - 'null' | - 'null' | ||||
| createdAt: | createdAt: | ||||
| readOnly: true | |||||
| type: | type: | ||||
| - string | - string | ||||
| - 'null' | - 'null' | ||||
| @@ -2337,6 +2338,7 @@ components: | |||||
| - string | - string | ||||
| - 'null' | - 'null' | ||||
| createdAt: | createdAt: | ||||
| readOnly: true | |||||
| type: | type: | ||||
| - string | - string | ||||
| - 'null' | - 'null' | ||||
| @@ -2424,6 +2426,7 @@ components: | |||||
| - string | - string | ||||
| - 'null' | - 'null' | ||||
| createdAt: | createdAt: | ||||
| readOnly: true | |||||
| type: | type: | ||||
| - string | - string | ||||
| - 'null' | - 'null' | ||||
| @@ -2479,17 +2482,17 @@ components: | |||||
| format: iri-reference | format: iri-reference | ||||
| example: 'https://example.com/' | example: 'https://example.com/' | ||||
| comments: | comments: | ||||
| readOnly: true | |||||
| description: 'array<int, CommentApi>' | |||||
| type: array | type: array | ||||
| items: | items: | ||||
| $ref: '#/components/schemas/Comment' | |||||
| type: string | |||||
| createdAt: | createdAt: | ||||
| readOnly: true | readOnly: true | ||||
| type: | type: | ||||
| - string | - string | ||||
| - 'null' | - 'null' | ||||
| format: date-time | format: date-time | ||||
| Post-posting_create: | |||||
| Post-posting.create: | |||||
| type: object | type: object | ||||
| description: '' | description: '' | ||||
| deprecated: false | deprecated: false | ||||
| @@ -2519,7 +2522,7 @@ components: | |||||
| - 'null' | - 'null' | ||||
| format: iri-reference | format: iri-reference | ||||
| example: 'https://example.com/' | example: 'https://example.com/' | ||||
| Post-posting_patch: | |||||
| Post-posting.patch: | |||||
| type: object | type: object | ||||
| description: '' | description: '' | ||||
| deprecated: false | deprecated: false | ||||
| @@ -2588,17 +2591,17 @@ components: | |||||
| format: iri-reference | format: iri-reference | ||||
| example: 'https://example.com/' | example: 'https://example.com/' | ||||
| comments: | comments: | ||||
| readOnly: true | |||||
| description: 'array<int, CommentApi>' | |||||
| type: array | type: array | ||||
| items: | items: | ||||
| $ref: '#/components/schemas/Comment.jsonhal' | |||||
| type: string | |||||
| createdAt: | createdAt: | ||||
| readOnly: true | readOnly: true | ||||
| type: | type: | ||||
| - string | - string | ||||
| - 'null' | - 'null' | ||||
| format: date-time | format: date-time | ||||
| Post.jsonhal-posting_create: | |||||
| Post.jsonhal-posting.create: | |||||
| type: object | type: object | ||||
| description: '' | description: '' | ||||
| deprecated: false | deprecated: false | ||||
| @@ -2704,17 +2707,17 @@ components: | |||||
| format: iri-reference | format: iri-reference | ||||
| example: 'https://example.com/' | example: 'https://example.com/' | ||||
| comments: | comments: | ||||
| readOnly: true | |||||
| description: 'array<int, CommentApi>' | |||||
| type: array | type: array | ||||
| items: | items: | ||||
| $ref: '#/components/schemas/Comment.jsonld' | |||||
| type: string | |||||
| createdAt: | createdAt: | ||||
| readOnly: true | readOnly: true | ||||
| type: | type: | ||||
| - string | - string | ||||
| - 'null' | - 'null' | ||||
| format: date-time | format: date-time | ||||
| Post.jsonld-posting_create: | |||||
| Post.jsonld-posting.create: | |||||
| type: object | type: object | ||||
| description: '' | description: '' | ||||
| deprecated: false | deprecated: false | ||||
| @@ -2890,6 +2893,13 @@ components: | |||||
| type: | type: | ||||
| - string | - string | ||||
| - 'null' | - 'null' | ||||
| image: | |||||
| 'owl:maxCardinality': 1 | |||||
| type: | |||||
| - string | |||||
| - 'null' | |||||
| format: iri-reference | |||||
| example: 'https://example.com/' | |||||
| password: | password: | ||||
| writeOnly: true | writeOnly: true | ||||
| description: 'The plaintext password when being set or changed.' | description: 'The plaintext password when being set or changed.' | ||||
| @@ -2898,13 +2908,6 @@ components: | |||||
| - 'null' | - 'null' | ||||
| active: | active: | ||||
| type: boolean | type: boolean | ||||
| posts: | |||||
| readOnly: true | |||||
| type: array | |||||
| items: | |||||
| type: string | |||||
| format: iri-reference | |||||
| example: 'https://example.com/' | |||||
| createdAt: | createdAt: | ||||
| readOnly: true | readOnly: true | ||||
| type: | type: | ||||
| @@ -2944,6 +2947,13 @@ components: | |||||
| type: | type: | ||||
| - string | - string | ||||
| - 'null' | - 'null' | ||||
| image: | |||||
| 'owl:maxCardinality': 1 | |||||
| type: | |||||
| - string | |||||
| - 'null' | |||||
| format: iri-reference | |||||
| example: 'https://example.com/' | |||||
| password: | password: | ||||
| writeOnly: true | writeOnly: true | ||||
| description: 'The plaintext password when being set or changed.' | description: 'The plaintext password when being set or changed.' | ||||
| @@ -2952,13 +2962,6 @@ components: | |||||
| - 'null' | - 'null' | ||||
| active: | active: | ||||
| type: boolean | type: boolean | ||||
| posts: | |||||
| readOnly: true | |||||
| type: array | |||||
| items: | |||||
| type: string | |||||
| format: iri-reference | |||||
| example: 'https://example.com/' | |||||
| createdAt: | createdAt: | ||||
| readOnly: true | readOnly: true | ||||
| type: | type: | ||||
| @@ -3012,6 +3015,13 @@ components: | |||||
| type: | type: | ||||
| - string | - string | ||||
| - 'null' | - 'null' | ||||
| image: | |||||
| 'owl:maxCardinality': 1 | |||||
| type: | |||||
| - string | |||||
| - 'null' | |||||
| format: iri-reference | |||||
| example: 'https://example.com/' | |||||
| password: | password: | ||||
| writeOnly: true | writeOnly: true | ||||
| description: 'The plaintext password when being set or changed.' | description: 'The plaintext password when being set or changed.' | ||||
| @@ -3020,13 +3030,6 @@ components: | |||||
| - 'null' | - 'null' | ||||
| active: | active: | ||||
| type: boolean | type: boolean | ||||
| posts: | |||||
| readOnly: true | |||||
| type: array | |||||
| items: | |||||
| type: string | |||||
| format: iri-reference | |||||
| example: 'https://example.com/' | |||||
| createdAt: | createdAt: | ||||
| readOnly: true | readOnly: true | ||||
| type: | type: | ||||