{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/purge-cache/v1/purge-cache-request-list.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "A list of currently open purge-cache requests.\n",
  "properties": {
    "requests": {
      "$ref": "purge-cache-requests.json#"
    }
  },
  "required": [
    "requests"
  ],
  "title": "Open Purge Request List",
  "type": "object"
}