Render · Schema

region

Defaults to "oregon"

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting
View JSON Schema on GitHub

JSON Schema

render-region-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/region",
  "title": "region",
  "type": "string",
  "enum": [
    "frankfurt",
    "oregon",
    "ohio",
    "singapore",
    "virginia"
  ],
  "default": "oregon",
  "description": "Defaults to \"oregon\""
}