{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProviderRegionName", "title": "Provider Region Name", "description": "Human-readable name for cloud provider region. The list of available provider regions can be retrieved via the\navailability endpoint `/v2/cloud-gateways/availability.json`.\n", "type": "string", "example": "N. Virginia" }