{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CertificateSummary", "type": "object", "properties": { "key": { "type": "string" }, "subject": { "type": "string" }, "lifecycleState": { "type": "string" }, "timeCreated": { "type": "string" } } }