{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DomainVerificationIntentOptions", "title": "DomainVerificationIntentOptions", "type": "object", "properties": { "domain_name": { "type": "string", "description": "The domain name to verify. When provided, the domain verification flow will skip the domain entry form and go directly to the verification step.", "example": "example.com" } } }