{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/purge-cache/v1/purge-cache-request.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "Request that a message be published to purge a specific cache.\n",
  "properties": {
    "cacheName": {
      "description": "Name of cache to purge. Notice that if a `workerType` have multiple kinds\nof caches (with independent names), it should purge all caches identified\nby `cacheName` regardless of cache type.\n",
      "type": "string"
    }
  },
  "required": [
    "cacheName"
  ],
  "title": "Purge Cache Request",
  "type": "object"
}