{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CustomDomainState", "title": "Custom Domain State", "description": "State of the custom domain.", "type": "string", "enum": [ "created", "initializing", "ready", "terminating", "terminated", "error" ], "readOnly": true, "x-speakeasy-unknown-values": "allow" }