{ "id":"/axapi/v3/system/ssl-scv-verify-crl-sign", "type":"object", "node-type":"scalar", "title":"ssl-scv-verify-crl-sign", "partition-visibility":"shared", "description":"To Enable/disable verifying CRL signature during server certificate validation", "properties":{ "enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable verify CRL signature during SCV", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }