EntityTemporalList.json 343 Bytes
Newer Older
{
  "$schema": "http://json-schema.org/schema#",
  "id": "https://uri.etsi.org/ngsi-ld/schema/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/EntityTemporal.json#"
  }
}