{
"id": "uk.skyblur.post.decryptByCid",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"pds",
"repo",
"cid",
"password"
],
"properties": {
"cid": {
"type": "string",
"format": "cid"
},
"pds": {
"type": "string",
"format": "uri"
},
"repo": {
"type": "string",
"format": "did"
},
"password": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string"
},
"message": {
"type": "string"
},
"additional": {
"type": "string"
}
}
},
"encoding": "application/json",
"description": "Returns the encrypted result."
},
"description": "Decrypting the post by blob cid."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:lexicon.store
- CID
-
bafyreihvkt4h6wlybz5lovv2jscxsu6znhhrhtfbhzq7ba3abdyv3uiovu
- Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/uk.skyblur.post.decryptByCid