Cloudflare · Schema

WidgetInput

AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

Properties

Name Type Description
name string Name for the widget.
domains array Allowed domains.
mode string
bot_fight_mode boolean
View JSON Schema on GitHub

JSON Schema

cloudflare-turnstile-widget-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "WidgetInput",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name for the widget."
    },
    "domains": {
      "type": "array",
      "description": "Allowed domains."
    },
    "mode": {
      "type": "string"
    },
    "bot_fight_mode": {
      "type": "boolean"
    }
  }
}