{ "id":"/axapi/v3/cgnv6/one-to-one/shared-pool/oper", "type":"object", "node-type":"scalar", "title":"shared-pool", "description":"Operational Status for the object shared-pool", "properties":{ "oper":{ "type":"object", "properties":{ "shared-pool-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "pool-name":{ "type":"string", "format":"string" }, "start-address":{ "type":"string", "format":"ipv4-address" }, "end-address":{ "type":"string", "format":"ipv4-address" }, "netmask":{ "type":"string", "format":"ipv4-netmask-brief" }, "vird":{ "type":"number", "format":"number" } } } ] } } } } }