Loading ngsi-ld-api.yaml +4 −2 Original line number Original line Diff line number Diff line Loading @@ -1636,6 +1636,8 @@ paths: Query entities based on POST Query entities based on POST description: | description: | 5.7.2 Query Entity. 5.7.2 Query Entity. This operation allows querying an NGSI-LD system. operationId: queryBatch operationId: queryBatch parameters: parameters: # Local Query param # Local Query param Loading Loading @@ -1668,11 +1670,11 @@ paths: type: array type: array items: items: allOf: allOf: - $ref: '#/components/schemas/Entity' - type: object - type: object properties: properties: '@context': '@context': $ref: '#/components/schemas/LdContext' $ref: '#/components/schemas/LdContext' - $ref: '#/components/schemas/Entity' - required: - required: - id - id - type - type Loading Loading @@ -3220,11 +3222,11 @@ components: application/json+ld: application/json+ld: schema: schema: allOf: allOf: - $ref: '#/components/schemas/Query' - type: object - type: object properties: properties: '@context': '@context': $ref: '#/components/schemas/LdContext' $ref: '#/components/schemas/LdContext' - $ref: '#/components/schemas/Query' - required: - required: - '@context' - '@context' QueryTemporal: QueryTemporal: Loading Loading
ngsi-ld-api.yaml +4 −2 Original line number Original line Diff line number Diff line Loading @@ -1636,6 +1636,8 @@ paths: Query entities based on POST Query entities based on POST description: | description: | 5.7.2 Query Entity. 5.7.2 Query Entity. This operation allows querying an NGSI-LD system. operationId: queryBatch operationId: queryBatch parameters: parameters: # Local Query param # Local Query param Loading Loading @@ -1668,11 +1670,11 @@ paths: type: array type: array items: items: allOf: allOf: - $ref: '#/components/schemas/Entity' - type: object - type: object properties: properties: '@context': '@context': $ref: '#/components/schemas/LdContext' $ref: '#/components/schemas/LdContext' - $ref: '#/components/schemas/Entity' - required: - required: - id - id - type - type Loading Loading @@ -3220,11 +3222,11 @@ components: application/json+ld: application/json+ld: schema: schema: allOf: allOf: - $ref: '#/components/schemas/Query' - type: object - type: object properties: properties: '@context': '@context': $ref: '#/components/schemas/LdContext' $ref: '#/components/schemas/LdContext' - $ref: '#/components/schemas/Query' - required: - required: - '@context' - '@context' QueryTemporal: QueryTemporal: Loading