38 lines
839 B
JSON
38 lines
839 B
JSON
{
|
|
"lexicon": 1,
|
|
"id": "app.bsky.unspecced.getSuggestedStarterPacks",
|
|
"defs": {
|
|
"main": {
|
|
"type": "query",
|
|
"description": "Get a list of suggested starterpacks",
|
|
"parameters": {
|
|
"type": "params",
|
|
"properties": {
|
|
"limit": {
|
|
"type": "integer",
|
|
"minimum": 1,
|
|
"maximum": 25,
|
|
"default": 10
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"encoding": "application/json",
|
|
"schema": {
|
|
"type": "object",
|
|
"required": ["starterPacks"],
|
|
"properties": {
|
|
"starterPacks": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "ref",
|
|
"ref": "app.bsky.graph.defs#starterPackView"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|