{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/cache-purge_FlexPurgeByTags", "title": "Purge by tags", "properties": { "tags": { "description": "For more information on cache tags and purging by tags, please refer to [purge by cache-tags documentation page](https://developers.cloudflare.com/cache/how-to/purge-cache/purge-by-tags/#purge-cache-by-cache-tags-enterprise-only).", "example": [ "a-cache-tag", "another-cache-tag" ], "items": { "type": "string" }, "type": "array" } }, "type": "object" }