tls-certificates-and-hostnames_verification_errors

These are errors that were encountered while trying to activate a hostname.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-verification-errors-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_verification_errors",
  "title": "tls-certificates-and-hostnames_verification_errors",
  "description": "These are errors that were encountered while trying to activate a hostname.",
  "example": [
    "None of the A or AAAA records are owned by this account and the pre-generated ownership verification token was not found."
  ],
  "items": {
    "type": "string"
  },
  "type": "array"
}