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