{
  "$id": "https://firefox-ci-tc.services.mozilla.com/schemas/object/v1/finish-upload-request.json#",
  "$schema": "https://firefox-ci-tc.services.mozilla.com/schemas/common/metaschema.json#",
  "additionalProperties": false,
  "properties": {
    "hashes": {
      "$ref": "hashes.json#/definitions/upload"
    },
    "projectId": {
      "description": "Project identifier.\n",
      "maxLength": 500,
      "minLength": 1,
      "pattern": "^([a-zA-Z0-9._/-]*)$",
      "title": "Project Identifier",
      "type": "string"
    },
    "uploadId": {
      "description": "Unique identifier for this upload.",
      "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",
    "projectId"
  ],
  "title": "Finish Upload Request",
  "type": "object"
}