iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
33 lines (32 loc) • 586 B
JSON
{
"type": "ContextSourceRegistration",
"information": [
{
"entities": [
{
"type": "Robot",
"id": "urn:ngsi-ld:Robot:r2d2"
}
],
"propertyNames": [
"batteryLevel",
"position",
"orientation"
]
}
],
"mode": "exclusive",
"operations": [
"retrieveOps",
"updateOps",
"mergeEntity"
],
"endpoint": "http://smartgondor.com",
"contextSourceInfo": [
{
"key": "jsonldContext",
"value": "http://context.json-ld"
}
],
"@context": "http://context.json-ld"
}