Widget Mode
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/turnstile_mode", "title": "turnstile_mode", "description": "Widget Mode", "enum": [ "non-interactive", "invisible", "managed" ], "example": "invisible", "type": "string" }