io.atcr.hold.uploadPart

atcr.io

{
  "id": "io.atcr.hold.uploadPart",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "encoding": "*/*",
        "description": "Raw binary part data"
      },
      "errors": [
        {
          "name": "InvalidUploadId"
        },
        {
          "name": "InvalidPartNumber"
        },
        {
          "name": "UploadFailed"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "etag"
          ],
          "properties": {
            "etag": {
              "type": "string",
              "maxLength": 256,
              "description": "ETag of the uploaded part, required for completeUpload"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Direct buffered part upload. Alternative to using presigned URLs from getPartUploadUrl. Requires X-Upload-Id and X-Part-Number headers."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against io.atcr.hold.uploadPart

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:wfj5kyialpmcv2fzk6uqwsln
CID
bafyreidfhpdi43b6vggmni47f3eyjffwwudcimm5tbmkvuvfgzlqht3vcq
Indexed At
2026-02-13 13:56 UTC
AT-URI
at://did:plc:wfj5kyialpmcv2fzk6uqwsln/com.atproto.lexicon.schema/io.atcr.hold.uploadPart

Lexicon Garden

@