{ "id":"/axapi/v3/network/available-trunk-list/oper", "type":"object", "node-type":"scalar", "title":"available-trunk-list", "description":"Operational Status for the object available-trunk-list", "properties":{ "oper":{ "type":"object", "properties":{ "if-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "IF-Type":{ "type":"string", "format":"enum", "enum":[ "trunk" ] }, "IF-Num":{ "type":"number", "format":"number" }, "IF-Status":{ "type":"string", "format":"enum", "enum":[ "pristine", "owned" ] } } } ] } } } } }