subscription-unretrievable-context-sample.jsonld 357 Bytes
Newer Older
lopesg's avatar
lopesg committed
{
   "id":"urn:ngsi-ld:Subscription:randomUUID",
   "type":"Subscription",
   "entities":[
      {
         "type":"Building"
      }
   ],
   "notification":{
      "format":"keyValues",
      "endpoint":{
         "uri":"http://my.endpoint.org/notify",
         "accept":"application/json"
      }
lopesg's avatar
lopesg committed
   },
   "@context":[
      "contextUnretrievable"
   ]
lopesg's avatar
lopesg committed
}