Cloudflare · JSON Structure

Cloudflare Turnstile Widget Structure

Type: object Properties: 8
AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

Widget is a JSON Structure definition published by Cloudflare, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

sitekey secret name domains mode bot_fight_mode created_on modified_on

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Widget",
  "type": "object",
  "properties": {
    "sitekey": {
      "type": "string"
    },
    "secret": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "domains": {
      "type": "array"
    },
    "mode": {
      "type": "string"
    },
    "bot_fight_mode": {
      "type": "boolean"
    },
    "created_on": {
      "type": "string"
    },
    "modified_on": {
      "type": "string"
    }
  }
}