Region where this widget can be used.
{ "$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" }