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