{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ControlPlaneGeo", "title": "Control-Plane Geo", "description": "Set of control-plane geos supported for deploying cloud-gateways configurations.", "type": "string", "enum": [ "us", "eu", "au", "me", "in", "sg" ], "x-speakeasy-unknown-values": "allow" }