Loading spec/updated/entities-spec.json +173 −173 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ "required": false, "schema": { "type": "string", "minLength": 1 "format": "regexp" } }, "attrs": { Loading Loading @@ -62,7 +62,7 @@ "in": "query", "required": false, "schema": { "$ref": "" "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/georel" } }, "geometry": { Loading @@ -71,7 +71,7 @@ "in": "query", "required": false, "schema": { "$ref": "" "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/geometry" } }, "coordinates": { Loading @@ -80,7 +80,7 @@ "in": "query", "required": false, "schema": { "$ref": "" "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/coordinates" } }, "geoproperty": { Loading spec/updated/query_entities_parameters.jsondeleted 100644 → 0 +0 −70 Original line number Diff line number Diff line { "openapi": "3.0.1", "components": { "parameters": [ { "name": "id", "description": "Comma separated list of URIs to be retrieved", "in": "query", "required": false, "type": "string" }, { "name": "type", "description": "Comma separated list of Entity type names to be retrieved", "in": "query", "required": false, "type": "string" }, { "name": "idPattern", "description": "Regular expression that must be matched by Entity ids", "in": "query", "required": false, "type": "string" }, { "name": "attrs", "description": "Comma separated list of attribute names (properties or relationships) to be retrieved", "in": "query", "required": false, "type": "string" }, { "name": "q", "description": "Query", "in": "query", "required": false, "type": "string" }, { "name": "georel", "description": "Geo-relationship", "in": "query", "required": false, "type": "string" }, { "name": "geometry", "description": "Geometry", "in": "query", "required": false, "type": "string" }, { "name": "coordinates", "description": "Coordinates serialized as a string", "in": "query", "required": false, "type": "string" }, { "name": "geoproperty", "description": "The name of the property that contains the geo-spatial data that will be used to resolve the geoquery", "in": "query", "required": false, "type": "string" } ] } } Loading
spec/updated/entities-spec.json +173 −173 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ "required": false, "schema": { "type": "string", "minLength": 1 "format": "regexp" } }, "attrs": { Loading Loading @@ -62,7 +62,7 @@ "in": "query", "required": false, "schema": { "$ref": "" "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/georel" } }, "geometry": { Loading @@ -71,7 +71,7 @@ "in": "query", "required": false, "schema": { "$ref": "" "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/geometry" } }, "coordinates": { Loading @@ -80,7 +80,7 @@ "in": "query", "required": false, "schema": { "$ref": "" "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/coordinates" } }, "geoproperty": { Loading
spec/updated/query_entities_parameters.jsondeleted 100644 → 0 +0 −70 Original line number Diff line number Diff line { "openapi": "3.0.1", "components": { "parameters": [ { "name": "id", "description": "Comma separated list of URIs to be retrieved", "in": "query", "required": false, "type": "string" }, { "name": "type", "description": "Comma separated list of Entity type names to be retrieved", "in": "query", "required": false, "type": "string" }, { "name": "idPattern", "description": "Regular expression that must be matched by Entity ids", "in": "query", "required": false, "type": "string" }, { "name": "attrs", "description": "Comma separated list of attribute names (properties or relationships) to be retrieved", "in": "query", "required": false, "type": "string" }, { "name": "q", "description": "Query", "in": "query", "required": false, "type": "string" }, { "name": "georel", "description": "Geo-relationship", "in": "query", "required": false, "type": "string" }, { "name": "geometry", "description": "Geometry", "in": "query", "required": false, "type": "string" }, { "name": "coordinates", "description": "Coordinates serialized as a string", "in": "query", "required": false, "type": "string" }, { "name": "geoproperty", "description": "The name of the property that contains the geo-spatial data that will be used to resolve the geoquery", "in": "query", "required": false, "type": "string" } ] } }