{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/purge", "title": "purge", "type": "object", "properties": { "site_id": { "type": "string" }, "site_slug": { "type": "string" }, "cache_tags": { "type": "array", "items": { "type": "string" } } } }