turnstile_widget_list

A Turnstile Widgets configuration as it appears in listings

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
sitekey object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-turnstile-widget-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/turnstile_widget_list",
  "title": "turnstile_widget_list",
  "description": "A Turnstile Widgets configuration as it appears in listings",
  "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"
    },
    "sitekey": {
      "$ref": "#/components/schemas/turnstile_sitekey"
    }
  },
  "required": [
    "sitekey",
    "created_on",
    "modified_on",
    "name",
    "domains",
    "mode",
    "region",
    "bot_fight_mode",
    "offlabel",
    "clearance_level"
  ],
  "type": "object"
}