APIs.io Engineering Platform · Schema
turnstile_widget_detail
A Turnstile widget's detailed configuration
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| bot_fight_mode | object | |
| clearance_level | object | |
| created_on | object | |
| domains | object | |
| mode | object | |
| modified_on | object | |
| name | object | |
| offlabel | object | |
| region | object | |
| secret | object | |
| sitekey | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/turnstile_widget_detail",
"title": "turnstile_widget_detail",
"description": "A Turnstile widget's detailed configuration",
"properties": {
"bot_fight_mode": {
"$ref": "#/components/schemas/turnstile_bot_fight_mode"
},
"clearance_level": {
"$ref": "#/components/schemas/turnstile_clearance_level"
},
"created_on": {
"$ref": "#/components/schemas/turnstile_created_on"
},
"domains": {
"$ref": "#/components/schemas/turnstile_domains"
},
"mode": {
"$ref": "#/components/schemas/turnstile_mode"
},
"modified_on": {
"$ref": "#/components/schemas/turnstile_modified_on"
},
"name": {
"$ref": "#/components/schemas/turnstile_name"
},
"offlabel": {
"$ref": "#/components/schemas/turnstile_offlabel"
},
"region": {
"$ref": "#/components/schemas/turnstile_region"
},
"secret": {
"$ref": "#/components/schemas/turnstile_secret"
},
"sitekey": {
"$ref": "#/components/schemas/turnstile_sitekey"
}
},
"required": [
"sitekey",
"secret",
"created_on",
"modified_on",
"name",
"domains",
"mode",
"region",
"bot_fight_mode",
"offlabel",
"clearance_level"
],
"type": "object"
}