{ "id":"/axapi/v3/system/cpu-map/oper", "type":"object", "node-type":"scalar", "title":"cpu-map", "description":"Operational Status for the object cpu-map", "properties":{ "oper":{ "type":"object", "properties":{ "system-cpu-map":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "CPU-IDX":{ "type":"string", "format":"string" }, "cpu-type":{ "type":"string", "format":"string" } } } ] } } } } }