{ "$id": "deviceDryRun", "title": "Object showing dry run output for a device", "type": "object", "properties": { "device": { "type": "string", "examples": [ "device1", "device2", "device3" ] }, "config": { "type": "string" } }, "required": [ "device", "config" ] }