Kong · Schema

EmailVerificationStatus

Specifies the status of the mail domain verification

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
View JSON Schema on GitHub

JSON Schema

kong-emailverificationstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmailVerificationStatus",
  "title": "EmailVerificationStatus",
  "description": "Specifies the status of the mail domain verification",
  "type": "string",
  "enum": [
    "pending",
    "success",
    "failed",
    "temporary_failure",
    "not_started"
  ],
  "readOnly": true,
  "x-speakeasy-unknown-values": "allow"
}