{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CertificatePolicy", "type": "object", "description": "Management policy for a certificate.", "properties": { "id": { "type": "string" }, "key_props": { "type": "object", "description": "Properties of the key pair." }, "secret_props": { "type": "object", "description": "Properties of the secret backing a certificate." }, "x509_props": { "type": "object", "description": "Properties of the X509 component." }, "issuer": { "type": "object", "description": "Parameters for the issuer of the X509 component." }, "lifetime_actions": { "type": "array" } } }