{
"id": "uk.skyblur.post.store",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"text",
"uri",
"visibility"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
},
"text": {
"type": "string",
"maxLength": 3000,
"maxGraphemes": 300
},
"additional": {
"type": "string",
"maxLength": 100000,
"maxGraphemes": 10000
},
"visibility": {
"enum": [
"followers",
"following",
"mutual"
],
"type": "string"
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"success"
],
"properties": {
"message": {
"type": "string"
},
"success": {
"type": "boolean"
}
}
},
"encoding": "application/json"
},
"description": "Stores a restricted post in the Skyblur AppView."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:lexicon.store
- CID
-
bafyreihu7pmtibepzxdz6uz4x5wcnxwatcq5xfcutv6wwesmyc323anxaa
- Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/uk.skyblur.post.store