tls-certificates-and-hostnames_schemas-validation_method

Validation method in use for a certificate pack order.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-schemas-validation-method-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_schemas-validation_method",
  "title": "tls-certificates-and-hostnames_schemas-validation_method",
  "description": "Validation method in use for a certificate pack order.",
  "enum": [
    "http",
    "cname",
    "txt"
  ],
  "example": "txt",
  "type": "string"
}