{
"id": "blue.moji.collection.putItem",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"repo",
"item"
],
"properties": {
"item": {
"ref": "blue.moji.collection.item#itemView",
"type": "ref"
},
"repo": {
"type": "string",
"format": "at-identifier",
"description": "The handle or DID of the repo (aka, current account)."
},
"validate": {
"type": "boolean",
"default": true,
"description": "Can be set to 'false' to skip Lexicon schema validation of record data."
}
}
},
"encoding": "application/json"
},
"errors": [],
"output": {
"schema": {
"type": "object",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
}
}
},
"encoding": "application/json"
},
"description": "Write a Bluemoji record, creating or updating it as needed. Requires auth, implemented by AppView."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:kmzpsik7s5y5fwu7nnkngfx4
- CID
-
bafyreibokgrlzygqgayiuyxx64tmesuwc7btjydqsolvxrhhzm7nnaerwm
- Indexed At
- 2026-07-26 20:11 UTC
- AT-URI
-
at://did:plc:kmzpsik7s5y5fwu7nnkngfx4/com.atproto.lexicon.schema/blue.moji.collection.putItem
Referenced Schemas (1)
-
blue.moji.collection.item#itemView