Validation Method selected for the order.
{ "$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" }