turnstile_mode

Widget Mode

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-turnstile-mode-schema.json Raw ↑
{
  "$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"
}