{
"id": "uk.skyblur.post.store",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"text",
"uri",
"visibility"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "The URI must include the logged-in user's DID in the format at://did..."
},
"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. Auth required."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:4sm3vprfyl55ui3yhjd7w4po
- CID
-
bafyreicbhnft4qhci6osptj2ihvlcq4xorxdhjmkkimbchghzum6behgey
- Indexed At
- 2026-02-02 03:17 UTC
- AT-URI
-
at://did:plc:4sm3vprfyl55ui3yhjd7w4po/com.atproto.lexicon.schema/uk.skyblur.post.store