Commit a3317d41 authored by canterafonsj's avatar canterafonsj
Browse files

Update Entity.json

parent 8cd44dae
Loading
Loading
Loading
Loading
+0 −25
Original line number Diff line number Diff line
@@ -4,31 +4,6 @@
  "title": "NGSI-LD Entity",
  "description": "NGSI-LD Entity",
  "definitions": {
    "LdContext": {
      "anyOf": [
        {
          "type": "object"
        },
        {
          "type": "string",
          "format": "uri"
        },
        {
          "type": "array",
          "items": {
            "anyOf": [
              {
                "type": "string",
                "format": "uri"
              },
              {
                "type": "object"
              }
            ]
          }
        }
      ]
    },
    "observedAt": {
      "type": "string",
      "format": "date-time"