{ "id":"/axapi/v3/ipv6/neighbor/dynamic/oper", "type":"object", "node-type":"scalar", "title":"dynamic", "description":"Operational Status for the object dynamic", "properties":{ "oper":{ "type":"object", "properties":{ "v6neighbor-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "IPV6-Address":{ "type":"string", "format":"ipv6-address" }, "MAC-Address":{ "type":"string", "format":"mac-address", "minLength":11, "maxLength":17 }, "Type":{ "type":"string", "format":"enum", "enum":[ "Incomplete", "Dynamic", "Static" ] }, "Age":{ "type":"number", "format":"number" }, "State":{ "type":"string", "format":"string" }, "Interface":{ "type":"string", "format":"enum", "enum":[ "Management", "ethernet", "trunk" ] }, "Vlan":{ "type":"number", "format":"number", "minimum":1, "maximum":4094 } } } ] } } } } }