{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/tls-certificates-and-hostnames_certificate_revoke_response", "title": "tls-certificates-and-hostnames_certificate_revoke_response", "allOf": [ { "properties": { "result": { "properties": { "id": { "$ref": "#/components/schemas/tls-certificates-and-hostnames_identifier" }, "revoked_at": { "$ref": "#/components/schemas/tls-certificates-and-hostnames_revoked_at" } } } }, "type": "object" } ] }