{ "id":"/axapi/v3/ddos/geo-location/db/oper", "type":"object", "node-type":"scalar", "title":"db", "description":"Operational Status for the object db", "properties":{ "oper":{ "type":"object", "properties":{ "geo-location-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "name":{ "type":"string", "format":"string" }, "from":{ "type":"string", "format":"string" }, "tomask":{ "type":"string", "format":"string" }, "subcnt":{ "type":"number", "format":"number" }, "type":{ "type":"string", "format":"string" } } } ] }, "total-geo-location":{ "type":"number", "format":"number" }, "filter":{ "type":"string", "format":"enum", "enum":[ "directory" ] }, "ip":{ "type":"string", "format":"ipv4-address" }, "ipv6":{ "type":"string", "format":"ipv6-address" } } } } }