Merge thing command at /definition
{
"topic": "com.acme/xdk_53/things/twin/commands/merge",
"headers": {
"content-type": "application/merge-patch+json"
},
"path": "/definition",
"value": "com.acme:XDKmodel:1.0.0"
}
Merge thing command response at /definition
{
"topic": "com.acme/xdk_53/things/twin/commands/merge",
"headers": {},
"path": "/definition",
"status": 204
}
Thing merged event at /definition
{
"topic": "com.acme/xdk_53/things/twin/events/merged",
"headers": {
"content-type": "application/merge-patch+json"
},
"path": "/definition",
"value": "com.acme:XDKmodel:1.0.0",
"revision": 42,
"timestamp": "2021-01-18T09:42:12Z"
}
Merge thing command deleting /definition
{
"topic": "com.acme/xdk_53/things/twin/commands/merge",
"headers": {
"content-type": "application/merge-patch+json"
},
"path": "/definition",
"value": null
}