{ "id":"/axapi/v3/web-category/web-reputation/intercepted-urls/oper", "type":"object", "node-type":"scalar", "title":"intercepted-urls", "description":"Operational Status for the object intercepted-urls", "properties":{ "oper":{ "type":"object", "properties":{ "url-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "url-name":{ "type":"string", "format":"string" } } } ] }, "number-of-urls":{ "type":"number", "format":"number", "minimum":1, "maximum":8000 }, "all-urls":{ "type":"string", "format":"enum", "enum":[ "true" ] }, "url-name":{ "type":"string", "format":"string" } } } } }