iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
29 lines (28 loc) • 613 B
JSON
{
"type": "ContextSourceRegistration",
"information": [
{
"entities": [
{
"type": "Motion",
"id": "urn:ngsi-ld:Motion:motion1"
}
],
"propertyNames": [
"moving"
]
}
],
"mode": "exclusive",
"operations": [
"retrieveOps"
],
"endpoint": "http://smartgondor.com",
"contextSourceInfo":[
{
"key": "jsonldContext",
"value": "http://context.json-ld"
}
],
"@context": "http://context.json-ld"
}