Loading ngsi-ld-api.yaml +32 −5 Original line number Original line Diff line number Diff line Loading @@ -1533,7 +1533,11 @@ paths: - Temporal API - Temporal API - Temporal Context Information Consumption - Temporal Context Information Consumption summary: Query temporal evolution of Entities. summary: Query temporal evolution of Entities. description: 5.7.4 Query Temporal Evolution of Entities. description: | 5.7.4 Query Temporal Evolution of Entities. This operation allows querying the temporal evolution of Entities present in an NGSI-LD system. It is similar to the operation defined by clause 5.7.2 (Query Entities) with the addition of a temporal query. operationId: queryTemporal operationId: queryTemporal parameters: parameters: # Query params # Query params Loading Loading @@ -1577,7 +1581,7 @@ paths: schema: schema: type: array type: array items: items: $ref: '#/components/schemas/Entity' $ref: '#/components/schemas/EntityTemporal' application/json+ld: application/json+ld: schema: schema: allOf: allOf: Loading @@ -1589,7 +1593,7 @@ paths: $ref: '#/components/schemas/LdContext' $ref: '#/components/schemas/LdContext' - type: array - type: array items: items: $ref: '#/components/schemas/Entity' $ref: '#/components/schemas/EntityTemporal' '400': '400': headers: headers: NGSILD-Warning: NGSILD-Warning: Loading Loading @@ -3204,6 +3208,14 @@ components: - type: array - type: array items: items: $ref: '#/components/schemas/Relationship' $ref: '#/components/schemas/Relationship' - $ref: '#/components/schemas/GeoProperty' - type: array items: $ref: '#/components/schemas/GeoProperty' - $ref: '#/components/schemas/LanguageProperty' - type: array items: $ref: '#/components/schemas/LanguageProperty' Entity: Entity: allOf: allOf: - $ref: '#/components/schemas/EntityFragment' - $ref: '#/components/schemas/EntityFragment' Loading Loading @@ -4020,6 +4032,12 @@ components: - type: array - type: array items: items: $ref: '#/components/schemas/Relationship' $ref: '#/components/schemas/Relationship' - type: array items: $ref: '#/components/schemas/GeoProperty' - type: array items: $ref: '#/components/schemas/LanguageProperty' EntityTemporal: EntityTemporal: allOf: allOf: - $ref: '#/components/schemas/EntityTemporalFragment' - $ref: '#/components/schemas/EntityTemporalFragment' Loading Loading @@ -4329,7 +4347,7 @@ components: geometry: geometry: description: | description: | Null if no matching GeoProperty. Null if no matching GeoProperty. $ref: '#/components/schemas/GeoProperty' $ref: '#/components/schemas/Geometry' properties: properties: description: | description: | List of attributes as mandated by clause 5.2.31. List of attributes as mandated by clause 5.2.31. Loading Loading @@ -4394,6 +4412,14 @@ components: - type: array - type: array items: items: $ref: '#/components/schemas/Relationship' $ref: '#/components/schemas/Relationship' - $ref: '#/components/schemas/GeoProperty' - type: array items: $ref: '#/components/schemas/GeoProperty' - $ref: '#/components/schemas/LanguageProperty' - type: array items: $ref: '#/components/schemas/LanguageProperty' required: required: - type - type LanguageProperty: LanguageProperty: Loading Loading @@ -4422,7 +4448,8 @@ components: type: string type: string format: date-time format: date-time datasetId: datasetId: description: It allows identifying a set or group of property values. description: | It allows identifying a set or group of property values. type: string type: string format: uri format: uri additionalProperties: additionalProperties: Loading Loading
ngsi-ld-api.yaml +32 −5 Original line number Original line Diff line number Diff line Loading @@ -1533,7 +1533,11 @@ paths: - Temporal API - Temporal API - Temporal Context Information Consumption - Temporal Context Information Consumption summary: Query temporal evolution of Entities. summary: Query temporal evolution of Entities. description: 5.7.4 Query Temporal Evolution of Entities. description: | 5.7.4 Query Temporal Evolution of Entities. This operation allows querying the temporal evolution of Entities present in an NGSI-LD system. It is similar to the operation defined by clause 5.7.2 (Query Entities) with the addition of a temporal query. operationId: queryTemporal operationId: queryTemporal parameters: parameters: # Query params # Query params Loading Loading @@ -1577,7 +1581,7 @@ paths: schema: schema: type: array type: array items: items: $ref: '#/components/schemas/Entity' $ref: '#/components/schemas/EntityTemporal' application/json+ld: application/json+ld: schema: schema: allOf: allOf: Loading @@ -1589,7 +1593,7 @@ paths: $ref: '#/components/schemas/LdContext' $ref: '#/components/schemas/LdContext' - type: array - type: array items: items: $ref: '#/components/schemas/Entity' $ref: '#/components/schemas/EntityTemporal' '400': '400': headers: headers: NGSILD-Warning: NGSILD-Warning: Loading Loading @@ -3204,6 +3208,14 @@ components: - type: array - type: array items: items: $ref: '#/components/schemas/Relationship' $ref: '#/components/schemas/Relationship' - $ref: '#/components/schemas/GeoProperty' - type: array items: $ref: '#/components/schemas/GeoProperty' - $ref: '#/components/schemas/LanguageProperty' - type: array items: $ref: '#/components/schemas/LanguageProperty' Entity: Entity: allOf: allOf: - $ref: '#/components/schemas/EntityFragment' - $ref: '#/components/schemas/EntityFragment' Loading Loading @@ -4020,6 +4032,12 @@ components: - type: array - type: array items: items: $ref: '#/components/schemas/Relationship' $ref: '#/components/schemas/Relationship' - type: array items: $ref: '#/components/schemas/GeoProperty' - type: array items: $ref: '#/components/schemas/LanguageProperty' EntityTemporal: EntityTemporal: allOf: allOf: - $ref: '#/components/schemas/EntityTemporalFragment' - $ref: '#/components/schemas/EntityTemporalFragment' Loading Loading @@ -4329,7 +4347,7 @@ components: geometry: geometry: description: | description: | Null if no matching GeoProperty. Null if no matching GeoProperty. $ref: '#/components/schemas/GeoProperty' $ref: '#/components/schemas/Geometry' properties: properties: description: | description: | List of attributes as mandated by clause 5.2.31. List of attributes as mandated by clause 5.2.31. Loading Loading @@ -4394,6 +4412,14 @@ components: - type: array - type: array items: items: $ref: '#/components/schemas/Relationship' $ref: '#/components/schemas/Relationship' - $ref: '#/components/schemas/GeoProperty' - type: array items: $ref: '#/components/schemas/GeoProperty' - $ref: '#/components/schemas/LanguageProperty' - type: array items: $ref: '#/components/schemas/LanguageProperty' required: required: - type - type LanguageProperty: LanguageProperty: Loading Loading @@ -4422,7 +4448,8 @@ components: type: string type: string format: date-time format: date-time datasetId: datasetId: description: It allows identifying a set or group of property values. description: | It allows identifying a set or group of property values. type: string type: string format: uri format: uri additionalProperties: additionalProperties: Loading