{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/index/v1/list-tasks-at-index.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "Request to list tasks at the given indexes.\n",
  "properties": {
    "indexes": {
      "default": [],
      "items": {
        "description": "Index of a task to list\n",
        "title": "Task Index",
        "type": "string"
      },
      "type": "array",
      "uniqueItems": false
    }
  },
  "required": [],
  "title": "List Tasks At Index Request",
  "type": "object"
}