Commit 1ccde6a8 authored by canterafonsj's avatar canterafonsj
Browse files

Required moved to the right place

parent 197a1958
Loading
Loading
Loading
Loading
+5 −5
Original line number Original line Diff line number Diff line
@@ -158,10 +158,6 @@
          "$ref": "#/definitions/GeoProperty"
          "$ref": "#/definitions/GeoProperty"
        }
        }
      },
      },
      "required": [
        "id",
        "type"
      ],
      "additionalProperties": {
      "additionalProperties": {
        "anyOf": [
        "anyOf": [
          {
          {
@@ -198,7 +194,11 @@
            "modifiedAt": {
            "modifiedAt": {
              "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/modifiedAt"
              "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/modifiedAt"
            }
            }
          }
          },
          "required": [
            "id",
            "type"
          ]
        },
        },
        {
        {
          "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/EntityFragment"
          "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/EntityFragment"