{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CertificatePolicy", "type": "object", "properties": { "id": { "type": "string" }, "key_props": { "type": "object" }, "secret_props": { "type": "object" }, "x509_props": { "type": "object" }, "issuer": { "type": "object" }, "lifetime_actions": { "type": "array" } } }