EntityTemporalList.json 409 Bytes
Newer Older
{
  "title": "NGSI-LD Entity",
  "description": "NGSI-LD Temporal Representation List",
canterafonsj's avatar
canterafonsj committed
  "definitions": {
    "EntityTemporalList": {
      "type": "array",
      "items": {
Stefan Wiedemann's avatar
Stefan Wiedemann committed
        "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/temporal/EntityTemporal.json#/definitions/EntityTemporal"
canterafonsj's avatar
canterafonsj committed
      }
    }
  },
  "allOf": [
    {
      "$ref": "#/definitions/EntityTemporalList"
    }
  ]
Stefan Wiedemann's avatar
Stefan Wiedemann committed
}