{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/queue/v1/tasks-request.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "Request to list definitions of multiple tasks.\n",
  "properties": {
    "taskIds": {
      "default": [],
      "items": {
        "description": "ID of a task to list\n",
        "title": "Task ID",
        "type": "string"
      },
      "type": "array",
      "uniqueItems": false
    }
  },
  "required": [],
  "title": "Task definitions response",
  "type": "object"
}