{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/object/v1/download-object-response.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "description": "See [Download Methods](https://docs.taskcluster.net/docs/docs/reference/platform/object/download-methods) for details.\n",
  "oneOf": [
    {
      "$ref": "download-method-simple.json#/definitions/response"
    },
    {
      "$ref": "download-method-geturl.json#/definitions/response"
    }
  ],
  "title": "Download Object Response"
}