{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/purge-cache/v1/all-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. Should not be used by workers.\n",
  "properties": {
    "continuationToken": {
      "description": "Passed back from Azure to allow us to page through long result sets.",
      "type": "string"
    },
    "requests": {
      "$ref": "purge-cache-requests.json#"
    }
  },
  "required": [
    "requests"
  ],
  "title": "Open All Purge Requests List",
  "type": "object"
}