{ "id":"/axapi/v3/slb/rpz/oper", "type":"object", "node-type":"scalar", "title":"rpz", "description":"Operational Status for the object rpz", "properties":{ "oper":{ "type":"object", "properties":{ "filter_entry":{ "type":"string", "format":"string" }, "file-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "file":{ "type":"string", "format":"string" }, "dns_template_bound":{ "type":"string", "format":"string" } } } ] }, "rpz-file-size-max":{ "type":"number", "format":"number" }, "rpz-count":{ "type":"number", "format":"number" } } } } }