{ "id":"/axapi/v3/acos-events/message-info/oper", "type":"object", "node-type":"scalar", "title":"message-info", "description":"Operational Status for the object message-info", "properties":{ "oper":{ "type":"object", "properties":{ "msg-info-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "message-id":{ "type":"string", "format":"string" }, "message_number":{ "type":"number", "format":"number" }, "descriptive-name":{ "type":"string", "format":"string" }, "signature":{ "type":"string", "format":"string" }, "description":{ "type":"string", "format":"string" }, "defined-severity":{ "type":"number", "format":"number" }, "configured-severity":{ "type":"number", "format":"number" }, "cef-importance":{ "type":"number", "format":"number" }, "rate-limit-support":{ "type":"string", "format":"string" }, "supported-formats":{ "type":"string", "format":"string" }, "optional":true } } ] } } } } }