Files
bsky-social-app/lexicons/app/bsky/graph/getStarterPack.json
T
2026-08-13 12:26:12 -07:00

40 lines
897 B
JSON

{
"id": "app.bsky.graph.getStarterPack",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"starterPack"
],
"properties": {
"starterPack": {
"ref": "app.bsky.graph.defs#starterPackView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"starterPack"
],
"properties": {
"starterPack": {
"type": "string",
"format": "at-uri",
"description": "Reference (AT-URI) of the starter pack record."
}
}
},
"description": "Gets a view of a starter pack."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}