{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/cache-purge_FlexPurgeByPrefixes", "title": "Purge by prefixes", "properties": { "prefixes": { "description": "For more information on purging by prefixes, please refer to [purge by prefix documentation page](https://developers.cloudflare.com/cache/how-to/purge-cache/purge_by_prefix/).", "example": [ "www.example.com/foo", "images.example.com/bar/baz" ], "items": { "type": "string" }, "type": "array" } }, "type": "object" }