{ "$id": "deletionInstance", "title": "Instance object for dry run and provision deletion", "type": "object", "properties": { "xpaths": { "type": "array", "items": [ { "type": "string", "examples": [ "/ncs:devices/ncs:device[ncs:name='deviceName']/ncs:config/ios:interface/ios:Loopback[ios:name='0']", "/ncs:devices/ncs:device[ncs:name='deviceName']/ncs:config/ios:hostname" ] } ], "minItems": 1 }, "action": { "type": "string", "examples": [ "delete" ] } }, "required": [ "xpaths", "action" ] }