ContextSourceRegistrationList.json 616 Bytes
Newer Older
canterafonsj's avatar
canterafonsj committed
{
  "$schema": "http://json-schema.org/schema#",
  "$id": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/registrations/ContextSourceRegistrationList.json",
canterafonsj's avatar
canterafonsj committed
  "title": "NGSI-LD Registration List",
  "description": "NGSI-LD Registration List",
  "definitions": {
    "ContextSourceRegistrationList": {
      "type": "array",
      "items": {
        "$ref": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD/raw/master/schema/registrations/ContextSourceRegistration.json#/definitions/ContextSourceRegistration"
canterafonsj's avatar
canterafonsj committed
      }
    }
  },
  "allOf": [{
    "$ref": "#/definitions/ContextSourceRegistrationList"
  }]
}