{ "id":"/axapi/v3/zone/{name}/local-zone-cfg", "type":"object", "node-type":"scalar", "title":"local-zone-cfg", "partition-visibility":"shared", "description":"Local zone configuration", "properties":{ "local-type":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Set to local zone", "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 } } }