Name of the domain.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pages_domain_name", "title": "pages_domain_name", "description": "Name of the domain.", "example": "this-is-my-domain-01.com", "pattern": "^[a-z0-9][a-z0-9-]*$", "type": "string" }