turnstile_region

Region where this widget can be used.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-turnstile-region-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/turnstile_region",
  "title": "turnstile_region",
  "default": "world",
  "description": "Region where this widget can be used.",
  "enum": [
    "world"
  ],
  "type": "string"
}