speed_cloudflare_fonts_value

Whether the feature is enabled or disabled.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-speed-cloudflare-fonts-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/speed_cloudflare_fonts_value",
  "title": "speed_cloudflare_fonts_value",
  "default": "off",
  "description": "Whether the feature is enabled or disabled.",
  "enum": [
    "on",
    "off"
  ],
  "type": "string"
}