{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/speed_cloudflare_fonts", "title": "Cloudflare Fonts", "allOf": [ { "$ref": "#/components/schemas/speed_base" }, { "properties": { "id": { "description": "ID of the zone setting.", "enum": [ "fonts" ], "example": "fonts" }, "value": { "$ref": "#/components/schemas/speed_cloudflare_fonts_value" } } } ], "description": "Enhance your website's font delivery with Cloudflare Fonts. Deliver Google Hosted fonts from your own domain,\nboost performance, and enhance user privacy. Refer to the Cloudflare Fonts documentation for more information.\n" }