{ "id":"/axapi/v3/fw/top-k-rules/oper", "type":"object", "node-type":"scalar", "title":"top-k-rules", "description":"Operational Status for the object top-k-rules", "properties":{ "oper":{ "type":"object", "properties":{ "metric-topk-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "metric-name":{ "type":"string", "format":"string" }, "topk-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "rule-name":{ "type":"string", "format":"string" }, "metric-value":{ "type":"number", "format":"number" } } } ] } } } ] } } } } }