532681d5c0
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
40 lines
897 B
JSON
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
|
|
}
|