{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/queue/v1/finish-artifact-request.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "description": "Request body for `finishArtifact`\n",
  "properties": {
    "uploadId": {
      "description": "The uploadId from `createArtifact`.  Supplying this value provides an\nadditional check, beyond scopes, that the caller was the entity that\nuploaded the data.  This must be specified for `storageType: object`.",
      "pattern": "^[A-Za-z0-9_-]{8}[Q-T][A-Za-z0-9_-][CGKOSWaeimquy26-][A-Za-z0-9_-]{10}[AQgw]$",
      "title": "Upload ID",
      "type": "string"
    }
  },
  "required": [
    "uploadId"
  ],
  "title": "Finish Artifact Request",
  "type": "object"
}