io.atcr.hold.abortUpload

atcr.io

{
  "id": "io.atcr.hold.abortUpload",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "uploadId"
          ],
          "properties": {
            "uploadId": {
              "type": "string",
              "maxLength": 256,
              "description": "Upload session ID from initiateUpload"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "InvalidUploadId"
        },
        {
          "name": "AbortFailed"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "status"
          ],
          "properties": {
            "status": {
              "type": "string",
              "const": "aborted",
              "maxLength": 16,
              "description": "Always 'aborted' on success"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Cancel a multipart upload and cleanup any temporary data."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against io.atcr.hold.abortUpload

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:wfj5kyialpmcv2fzk6uqwsln
CID
bafyreihcli3wbtkyrrpiod62izlyqnwmjdd77e4y6ycaywz6vpdeb46ima
Indexed At
2026-01-13 02:18 UTC
AT-URI
at://did:plc:wfj5kyialpmcv2fzk6uqwsln/com.atproto.lexicon.schema/io.atcr.hold.abortUpload

Lexicon Garden

@