{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/cache-purge_SingleFile", "title": "Purge files", "properties": { "files": { "description": "For more information on purging files, please refer to [purge by single-file documentation page](https://developers.cloudflare.com/cache/how-to/purge-cache/purge-by-single-file/).", "example": [ "http://www.example.com/css/styles.css", "http://www.example.com/js/index.js" ], "items": { "type": "string" }, "type": "array" } }, "type": "object" }