Loading schema/EntityList.json +11 −4 Original line number Diff line number Diff line Loading @@ -3,8 +3,15 @@ "id": "https://uri.etsi.org/ngsi-ld/schema/EntityList.json", "title": "NGSI-LD EntityList", "description": "NGSI-LD EntityList", "definitions": { "EntityList": { "type": "array", "items": { "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#" "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/Entity" } } }, "allOf": [{ "$ref": "#/definitions/EntityList" }] } schema/subscriptions/Notification.json +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ "data": { "type": "array", "items": { "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#" "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/Entity" }, "minItems": 1 } Loading spec/updated/entities-spec.json +1 −1 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ "content": { "application/json;application/ld+json": { "schema": { "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#" "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/Entity" } } } Loading Loading
schema/EntityList.json +11 −4 Original line number Diff line number Diff line Loading @@ -3,8 +3,15 @@ "id": "https://uri.etsi.org/ngsi-ld/schema/EntityList.json", "title": "NGSI-LD EntityList", "description": "NGSI-LD EntityList", "definitions": { "EntityList": { "type": "array", "items": { "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#" "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/Entity" } } }, "allOf": [{ "$ref": "#/definitions/EntityList" }] }
schema/subscriptions/Notification.json +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ "data": { "type": "array", "items": { "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#" "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/Entity" }, "minItems": 1 } Loading
spec/updated/entities-spec.json +1 −1 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ "content": { "application/json;application/ld+json": { "schema": { "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#" "$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/Entity.json#/definitions/Entity" } } } Loading