iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
36 lines (35 loc) • 791 B
JSON
{
"properties": {
"data": {
"description": "Content of the notification. List of entities with modified attributes.",
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"required": true
},
"additionalProperties":{
"type": "object",
"properties": {
"type":{
"type": "string",
"required": true
},
"value":{
"type": "string",
"required": true
}
}
}
}
},
"required": true
},
"subscriptionId": {
"type": "string",
"required": true
}
}
}