{ "id":"/axapi/v3/visibility/zbar", "type":"object", "node-type":"scalar", "title":"zbar", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure zbar", "properties":{ "action":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'enable': Enable zbar infra; 'disable': Disable zbar infra(default); ", "enum":[ "enable", "disable" ], "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "dest":{ "type":"object", "$ref":"/axapi/v3/visibility/zbar/dest", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "bad-sources":{ "type":"object", "$ref":"/axapi/v3/visibility/zbar/dest/bad-sources", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }, "truples":{ "type":"object", "$ref":"/axapi/v3/visibility/zbar/truples", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }