59f70dbe80
* Tweak lexicon descriptions * Tweak birthdate * Update lexicons/app/bsky/actor/getProfiles.json Co-authored-by: devin ivy <devinivy@gmail.com> * Regenerate packages from lexicons --------- Co-authored-by: devin ivy <devinivy@gmail.com>
41 lines
968 B
JSON
41 lines
968 B
JSON
{
|
|
"lexicon": 1,
|
|
"id": "app.bsky.unspecced.getPopularFeedGenerators",
|
|
"defs": {
|
|
"main": {
|
|
"type": "query",
|
|
"description": "An unspecced view of globally popular feed generators.",
|
|
"parameters": {
|
|
"type": "params",
|
|
"properties": {
|
|
"limit": {
|
|
"type": "integer",
|
|
"minimum": 1,
|
|
"maximum": 100,
|
|
"default": 50
|
|
},
|
|
"cursor": { "type": "string" },
|
|
"query": { "type": "string" }
|
|
}
|
|
},
|
|
"output": {
|
|
"encoding": "application/json",
|
|
"schema": {
|
|
"type": "object",
|
|
"required": ["feeds"],
|
|
"properties": {
|
|
"cursor": { "type": "string" },
|
|
"feeds": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "ref",
|
|
"ref": "app.bsky.feed.defs#generatorView"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|