{ "id":"/axapi/v3/system/geoloc-list/{name}/oper", "type":"object", "node-type":"list", "title":"geoloc-list", "description":"Operational Status for the object geoloc-list", "properties":{ "name":{ "type":"string", "oid":"1001", "format":"string", "minLength":1, "maxLength":63, "description":"Specify name of Geolocation list", "optional":false }, "oper":{ "type":"object", "properties":{ "geoloc-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "type":{ "type":"string", "format":"string" }, "geoloc-name":{ "type":"string", "format":"string" }, "hit-count":{ "type":"number", "format":"number" }, "active":{ "type":"number", "format":"number" } } } ] } } } } }