EntityTemporalList.json 513 Bytes
Newer Older
{
  "$schema": "http://json-schema.org/schema#",
canterafonsj's avatar
canterafonsj committed
  "id": "https://uri.etsi.org/ngsi-ld/schema/temporal/EntityTemporalList.json",
  "title": "NGSI-LD Entity",
  "description": "NGSI-LD Temporal Representation List",
canterafonsj's avatar
canterafonsj committed
  "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"
    }
  ]