tls-certificates-and-hostnames_verification_info

Certificate's required verification information.

APIs.ioEngineeringPlatform

Properties

Name Type Description
record_name string Name of CNAME record.
record_target string Target of CNAME record.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-verification-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_verification_info",
  "title": "tls-certificates-and-hostnames_verification_info",
  "description": "Certificate's required verification information.",
  "properties": {
    "record_name": {
      "description": "Name of CNAME record.",
      "enum": [
        "record_name",
        "http_url",
        "cname",
        "txt_name"
      ],
      "example": "b3b90cfedd89a3e487d3e383c56c4267.example.com",
      "format": "hostname",
      "type": "string"
    },
    "record_target": {
      "description": "Target of CNAME record.",
      "enum": [
        "record_value",
        "http_body",
        "cname_target",
        "txt_value"
      ],
      "example": "6979be7e4cfc9e5c603e31df7efac9cc60fee82d.comodoca.com",
      "format": "hostname",
      "type": "string"
    }
  },
  "type": "object"
}