Whether the feature is enabled or disabled.
{ "$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" }