OPENPGPKEY Record

APIs.ioEngineeringPlatform

Properties

Name Type Description
content string A single Base64-encoded OpenPGP Transferable Public Key (RFC 4880 Section 11.1)
type string Record type.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dns-records-openpgpkeyrecord-schema.json Raw ↑
{
  "$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"
}