{ "id":"/axapi/v3/web-category/web-reputation/oper", "type":"object", "node-type":"scalar", "title":"web-reputation", "description":"Operational Status for the object web-reputation", "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" } } }, "intercepted-urls":{ "type":"object", "$ref":"/axapi/v3/web-category/web-reputation/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" } } } } }, "bypassed-urls":{ "type":"object", "$ref":"/axapi/v3/web-category/web-reputation/intercepted-urls/bypassed-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" } } } } }, "url":{ "type":"object", "$ref":"/axapi/v3/web-category/web-reputation/intercepted-urls/bypassed-urls/url", "properties":{ "oper":{ "type":"object", "properties":{ "reputation-score":{ "type":"string", "format":"string" }, "name":{ "type":"string", "format":"string" }, "local-db-only":{ "type":"number", "format":"number" } } } } } } }