Loading schema/Entity.json +18 −5 Original line number Diff line number Diff line Loading @@ -19,13 +19,26 @@ }, "value": { "oneOf": [ "string", "number", "boolean", "array", "object" { "type": "string" }, { "type": "number" }, { "type": "boolean" }, { "type": "array" }, { "type": "object" } ] }, "unitCode": { "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/unitCode" }, "observedAt": { "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/observedAt" }, Loading schema/common.json +3 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,9 @@ "type": "string", "pattern": "^((\\d|[a-zA-Z]|_)+(:(\\d|[a-zA-Z]|_)+)?(#\\d+)?)$|^(@context)$" }, "unitCode": { "type": "string" }, "observedAt": { "type": "string", "format": "date-time" Loading Loading
schema/Entity.json +18 −5 Original line number Diff line number Diff line Loading @@ -19,13 +19,26 @@ }, "value": { "oneOf": [ "string", "number", "boolean", "array", "object" { "type": "string" }, { "type": "number" }, { "type": "boolean" }, { "type": "array" }, { "type": "object" } ] }, "unitCode": { "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/unitCode" }, "observedAt": { "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/common.json#/definitions/observedAt" }, Loading
schema/common.json +3 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,9 @@ "type": "string", "pattern": "^((\\d|[a-zA-Z]|_)+(:(\\d|[a-zA-Z]|_)+)?(#\\d+)?)$|^(@context)$" }, "unitCode": { "type": "string" }, "observedAt": { "type": "string", "format": "date-time" Loading