Netlify · Schema

purge

CDNCloudContinuous DeploymentEdge ComputingJAMstackServerlessServerless FunctionsStatic SitesWeb HostingWebsites

Properties

Name Type Description
site_id string
site_slug string
cache_tags array
View JSON Schema on GitHub

JSON Schema

netlify-purge-schema.json Raw ↑
{
  "$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"
      }
    }
  }
}