{ "$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" }