Commit e588196b authored by canterafonsj's avatar canterafonsj
Browse files

Entities Spec updated

parent 31599667
Loading
Loading
Loading
Loading
+173 −173
Original line number Original line Diff line number Diff line
@@ -33,7 +33,7 @@
        "required": false,
        "required": false,
        "schema": {
        "schema": {
          "type": "string",
          "type": "string",
					"minLength": 1
          "format": "regexp"
        }
        }
      },
      },
      "attrs": {
      "attrs": {
@@ -62,7 +62,7 @@
        "in": "query",
        "in": "query",
        "required": false,
        "required": false,
        "schema": {
        "schema": {
					"$ref": ""
          "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/georel"
        }
        }
      },
      },
      "geometry": {
      "geometry": {
@@ -71,7 +71,7 @@
        "in": "query",
        "in": "query",
        "required": false,
        "required": false,
        "schema": {
        "schema": {
					"$ref": ""
          "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/geometry"
        }
        }
      },
      },
      "coordinates": {
      "coordinates": {
@@ -80,7 +80,7 @@
        "in": "query",
        "in": "query",
        "required": false,
        "required": false,
        "schema": {
        "schema": {
					"$ref": ""
          "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/coordinates"
        }
        }
      },
      },
      "geoproperty": {
      "geoproperty": {
+0 −70
Original line number Original line 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"
        }
      ]
    }
}