{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ServerlessV1ProviderRegion", "title": "Serverless V1 Provider Region", "description": "Region ID and human-readable name for a cloud provider region.", "type": "object", "properties": { "region": { "$ref": "#/components/schemas/ServerlessV1ProviderRegionId" } }, "additionalProperties": false, "required": [ "region" ] }