{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CustomDomainKind", "title": "CustomDomainKind", "description": "**Pre-release Feature**\nThis feature is currently in beta and is subject to change.\n\nKind of the custom domain based on Cloud Gateway deployment.", "type": "string", "default": "dedicated.v0", "enum": [ "dedicated.v0", "serverless.v1" ], "x-speakeasy-unknown-values": "allow" }