io.atcr.hold.initiateUpload

atcr.io

{
  "id": "io.atcr.hold.initiateUpload",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "digest"
          ],
          "properties": {
            "digest": {
              "type": "string",
              "maxLength": 128,
              "description": "The blob digest (e.g., sha256:abc123...)"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "InvalidDigest"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uploadId"
          ],
          "properties": {
            "uploadId": {
              "type": "string",
              "maxLength": 256,
              "description": "Unique identifier for this upload session"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Start a new multipart upload session for an OCI blob. Returns an uploadId to be used with subsequent part upload and completion endpoints."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against io.atcr.hold.initiateUpload

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@