{ "id":"/axapi/v3/file/csr/oper", "type":"object", "node-type":"scalar", "title":"csr", "description":"Operational Status for the object csr", "properties":{ "oper":{ "type":"object", "properties":{ "ssl-csr":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "name":{ "type":"string", "format":"string" }, "type":{ "type":"string", "format":"string" }, "common-name":{ "type":"string", "format":"string" }, "organization":{ "type":"string", "format":"string" }, "subject":{ "type":"string", "format":"string" }, "status":{ "type":"string", "format":"string" } } } ] }, "sortby-name":{ "type":"number", "format":"flag" } } } } }