tls-certificates-and-hostnames_verification_type

Method of verification.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-verification-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_verification_type",
  "title": "tls-certificates-and-hostnames_verification_type",
  "description": "Method of verification.",
  "enum": [
    "cname",
    "meta tag"
  ],
  "example": "cname",
  "type": "string"
}