Cloudflare Speed Brain response

APIs.ioEngineeringPlatform

Properties

Name Type Description
value object Whether the feature is enabled or disabled. Defaults to "on" for Free plans, otherwise defaults to "off".
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-speed-cloudflare-speed-brain-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/speed_cloudflare_speed_brain_response",
  "title": "Cloudflare Speed Brain response",
  "allOf": [
    {
      "$ref": "#/components/schemas/speed_base"
    }
  ],
  "properties": {
    "value": {
      "description": "Whether the feature is enabled or disabled.\nDefaults to \"on\" for Free plans, otherwise defaults to \"off\".\n"
    }
  }
}