{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/cache-purge_Everything", "title": "Purge everything", "properties": { "purge_everything": { "description": "For more information, please refer to [purge everything documentation page](https://developers.cloudflare.com/cache/how-to/purge-cache/purge-everything/).", "example": true, "type": "boolean" } }, "type": "object" }