{ "id":"/axapi/v3/system/port-info/oper", "type":"object", "node-type":"scalar", "title":"port-info", "description":"Operational Status for the object port-info", "properties":{ "oper":{ "type":"object", "properties":{ "system-port-info":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "Port-Num":{ "type":"string", "format":"string" }, "Pci-Addr":{ "type":"string", "format":"string" }, "Dev":{ "type":"string", "format":"string" }, "Info":{ "type":"string", "format":"string" } } } ] } } } } }