{ "id":"/axapi/v3/file/ssl-cert/oper", "type":"object", "node-type":"scalar", "title":"ssl-cert", "description":"Operational Status for the object ssl-cert", "properties":{ "oper":{ "type":"object", "properties":{ "partition":{ "type":"string", "format":"string" }, "file-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "file":{ "type":"string", "format":"string" } } } ] } } } } }