{
"id": "net.atpix.gallery.addToAlbum",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"albumUri",
"photoUri"
],
"properties": {
"albumUri": {
"type": "string",
"format": "at-uri"
},
"photoUri": {
"type": "string",
"format": "at-uri"
},
"position": {
"type": "integer",
"minimum": 0
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"uri",
"cid"
],
"properties": {
"cid": {
"type": "string",
"format": "cid"
},
"uri": {
"type": "string",
"format": "at-uri"
}
}
},
"encoding": "application/json"
},
"description": "Add a photo to an album via albumItem junction record."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:x4crpdfko2d7xrcd5eovpwex
- CID
-
bafyreib45ocevdc6niczcwtomsinahhsu4tek75uakp4tv7by66xfdepgi
- Indexed At
- 2026-07-25 20:26 UTC
- AT-URI
-
at://did:plc:x4crpdfko2d7xrcd5eovpwex/com.atproto.lexicon.schema/net.atpix.gallery.addToAlbum