Loading ngsi-ld-api.yaml +14 −16 Original line number Diff line number Diff line Loading @@ -1647,7 +1647,20 @@ paths: - $ref: '#/components/parameters/Headers.ngsildTenant' requestBody: description: Payload body in the request contains a JSON-LD object which represents the query to be performed. $ref: '#/components/requestBodies/Query' content: application/json: schema: $ref: '#/components/schemas/Query' application/json+ld: schema: allOf: - type: object properties: '@context': $ref: '#/components/schemas/LdContext' - $ref: '#/components/schemas/Query' - required: - '@context' responses: '200': description: | Loading Loading @@ -3214,21 +3227,6 @@ components: $ref: '#/components/schemas/LdContext' - required: - '@context' Query: content: application/json: schema: $ref: '#/components/schemas/Query' application/json+ld: schema: allOf: - type: object properties: '@context': $ref: '#/components/schemas/LdContext' - $ref: '#/components/schemas/Query' - required: - '@context' QueryTemporal: content: application/json: Loading Loading
ngsi-ld-api.yaml +14 −16 Original line number Diff line number Diff line Loading @@ -1647,7 +1647,20 @@ paths: - $ref: '#/components/parameters/Headers.ngsildTenant' requestBody: description: Payload body in the request contains a JSON-LD object which represents the query to be performed. $ref: '#/components/requestBodies/Query' content: application/json: schema: $ref: '#/components/schemas/Query' application/json+ld: schema: allOf: - type: object properties: '@context': $ref: '#/components/schemas/LdContext' - $ref: '#/components/schemas/Query' - required: - '@context' responses: '200': description: | Loading Loading @@ -3214,21 +3227,6 @@ components: $ref: '#/components/schemas/LdContext' - required: - '@context' Query: content: application/json: schema: $ref: '#/components/schemas/Query' application/json+ld: schema: allOf: - type: object properties: '@context': $ref: '#/components/schemas/LdContext' - $ref: '#/components/schemas/Query' - required: - '@context' QueryTemporal: content: application/json: Loading