{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/queue/v1/task-status-response.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "Response to a task status request\n",
  "properties": {
    "status": {
      "$ref": "task-status.json#"
    }
  },
  "required": [
    "status"
  ],
  "title": "Task Status Response",
  "type": "object"
}