tls-certificates-and-hostnames_validation_method

Validation Method selected for the order.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tls-certificates-and-hostnames-validation-method-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tls-certificates-and-hostnames_validation_method",
  "title": "tls-certificates-and-hostnames_validation_method",
  "description": "Validation Method selected for the order.",
  "enum": [
    "txt",
    "http",
    "email"
  ],
  "example": "txt",
  "type": "string"
}