Commit ff187933 authored by canterafonsj's avatar canterafonsj
Browse files

Update Entity.json

parent e9fe2e62
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
{
{
  "$schema": "http://json-schema.org/schema#",
  "$schema": "http://json-schema.org/schema#",
  "id": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json",
  "$id": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json",
  "title": "NGSI-LD Entity",
  "title": "NGSI-LD Entity",
  "description": "NGSI-LD Entity",
  "description": "NGSI-LD Entity",
  "definitions": {
  "definitions": {
@@ -186,7 +186,7 @@
      },
      },
      "propertyNames": {
      "propertyNames": {
        "type": "string",
        "type": "string",
        "pattern": "^((\\d|[a-zA-Z]|_)+(#\\d+)?)$|^(@context)$"
        "pattern": "^(((\\d|[a-zA-Z]|_)+(:((\\d|[a-zA-Z]|_))+)?(#\\d+)?)$|^(@context)$"
      }
      }
    },
    },
    "Entity": {
    "Entity": {