tls-certificates-and-hostnames_errors

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

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-errors-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_errors",
  "title": "tls-certificates-and-hostnames_errors",
  "description": "These are errors that were encountered while trying to activate a fallback origin.",
  "example": [
    "DNS records are not setup correctly. Origin should be a proxied A/AAAA/CNAME dns record"
  ],
  "items": {
    "type": "string"
  },
  "type": "array"
}