{ "id":"/axapi/v3/vpn/crl/oper", "type":"object", "node-type":"scalar", "title":"crl", "description":"Operational Status for the object crl", "properties":{ "oper":{ "type":"object", "properties":{ "crl-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "subject":{ "type":"string", "format":"string" }, "issuer":{ "type":"string", "format":"string" }, "updates":{ "type":"string", "format":"string" }, "serial":{ "type":"string", "format":"string" }, "revoked":{ "type":"string", "format":"string" }, "storage-type":{ "type":"string", "format":"string" } } } ] }, "total-crls":{ "type":"number", "format":"number" } } } } }