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