Commit 56ff7e4f authored by canterafonsj's avatar canterafonsj
Browse files

Entity Temporal List

parent 0dab8dac
......@@ -3,8 +3,17 @@
"id": "https://uri.etsi.org/ngsi-ld/schema/temporal/EntityTemporalList.json",
"title": "NGSI-LD Entity",
"description": "NGSI-LD Temporal Representation List",
"type": "array",
"items": {
"$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/temporal/EntityTemporal.json#"
}
"definitions": {
"EntityTemporalList": {
"type": "array",
"items": {
"$ref": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD/raw/master/schema/temporal/EntityTemporal.json#"
}
}
},
"allOf": [
{
"$ref": "#/definitions/EntityTemporalList"
}
]
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment