{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConfigurationKind", "title": "ConfigurationKind", "description": "**Pre-release Feature**\nThis feature is currently in beta and is subject to change.\n\nKind of the Cloud Gateway deployment. If serverless.v1 is specified, the following fields\nshould be omitted (will be ignored if provided): autoscale, cloud_gateway_network_id, version.", "type": "string", "default": "dedicated.v0", "enum": [ "dedicated.v0", "serverless.v1" ], "x-speakeasy-unknown-values": "allow" }