{ "id":"/axapi/v3/visibility/resource-usage/oper", "type":"object", "node-type":"scalar", "operation-not-allowed":["DELETE"], "title":"resource-usage", "description":"Operational Status for the object resource-usage", "properties":{ "oper":{ "type":"object", "properties":{ "resource-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "resource-name":{ "type":"string", "format":"string" }, "resource-current":{ "type":"number", "format":"number" }, "resource-limit":{ "type":"number", "format":"number" } } } ] } } } } }