{ "id":"/axapi/v3/sys-audit-log/oper", "type":"object", "node-type":"scalar", "title":"sys-audit-log", "description":"Operational Status for the object sys-audit-log", "properties":{ "oper":{ "type":"object", "properties":{ "system-audit-log":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "log-audit-data":{ "type":"string", "format":"string" }, "partitions":{ "type":"string", "format":"string" }, "log-audit-search":{ "type":"string", "format":"string" } } } ] } } } } }