Loading ngsi-ld-api.yaml +10 −1 Original line number Diff line number Diff line Loading @@ -2443,14 +2443,23 @@ paths: description: | Payload body in the request contains a JSON object that has a root node named @context, which represents a JSON-LD "local" context. required: true content: application/json: schema: type: object properties: '@context': $ref: '#/components/schemas/LdContext' required: - '@context' application/json+ld: schema: type: object properties: '@context': $ref: '#/components/schemas/LdContext' required: - '@context' responses: '201': description: | Loading Loading
ngsi-ld-api.yaml +10 −1 Original line number Diff line number Diff line Loading @@ -2443,14 +2443,23 @@ paths: description: | Payload body in the request contains a JSON object that has a root node named @context, which represents a JSON-LD "local" context. required: true content: application/json: schema: type: object properties: '@context': $ref: '#/components/schemas/LdContext' required: - '@context' application/json+ld: schema: type: object properties: '@context': $ref: '#/components/schemas/LdContext' required: - '@context' responses: '201': description: | Loading