Commit 85ad5834 authored by canterafonsj's avatar canterafonsj
Browse files

Closer and closer

parent 91c7cf53
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -48,9 +48,6 @@
        "endpoint"
      ]
    },
    "EntityInfo": {
      "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/EntityInfo"
    },
    "GeoQuery": {
      "type": "object",
      "required": [
@@ -122,7 +119,11 @@
      "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/LdContext"
    },
    "entities": {
      "$ref": "#/definitions/EntityInfo"
      "type": "array",
      "items": {
        "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/EntityInfo"
      },
      "minItems": 1
    },
    "name": {
      "type": "string",
+2 −2
Original line number Diff line number Diff line
{
  "$schema": "http://json-schema.org/schema#",
  "id": "https://uri.etsi.org/ngsi-ld/schema/common.json",
  "title": "NGSI-LD Entity",
  "description": "NGSI-LD Entity",
  "title": "NGSI-LD Common Definitions",
  "description": "NGSI-LD Common",
  "definitions": {
    "LdContext": {
      "anyOf": [