{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Certificate", "type": "object", "properties": { "alias": { "type": "string" }, "subject": { "type": "string" }, "issuer": { "type": "string" }, "serialNumber": { "type": "string" }, "notBefore": { "type": "string" }, "notAfter": { "type": "string" } } }