{
"id": "uk.skyblur.post.encrypt",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"body",
"password"
],
"properties": {
"body": {
"type": "string"
},
"password": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"body"
],
"properties": {
"body": {
"type": "string"
},
"message": {
"type": "string"
}
}
},
"encoding": "application/json",
"description": "Returns the encrypted result."
},
"description": "Encrypting the post."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:lexicon.store
- CID
-
bafyreifus566sgcrmffyisspv7j52tvzujt756fbsahj74ld532nk645oq
- Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/uk.skyblur.post.encrypt