tls-certificates-and-hostnames_ownership_verification

This is a record which can be placed to activate a hostname.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-ownership-verification-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_ownership_verification",
  "title": "tls-certificates-and-hostnames_ownership_verification",
  "description": "This is a record which can be placed to activate a hostname.",
  "oneOf": [
    {
      "properties": {
        "name": {
          "description": "DNS Name for record.",
          "example": "_cf-custom-hostname.app.example.com",
          "type": "string"
        },
        "type": {
          "description": "DNS Record type.",
          "enum": [
            "txt"
          ],
          "example": "txt"
        },
        "value": {
          "description": "Content for the record.",
          "example": "5cc07c04-ea62-4a5a-95f0-419334a875a4",
          "type": "string"
        }
      },
      "type": "object"
    }
  ],
  "type": "object"
}