{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/dns-records_OPENPGPKEYRecord", "title": "OPENPGPKEY Record", "properties": { "content": { "description": "A single Base64-encoded OpenPGP Transferable Public Key (RFC 4880 Section 11.1)", "type": "string" }, "type": { "description": "Record type.", "enum": [ "OPENPGPKEY" ], "example": "OPENPGPKEY", "type": "string" } }, "type": "object" }