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>
37 lines
834 B
JSON
37 lines
834 B
JSON
{
|
|
"lexicon": 1,
|
|
"id": "app.bsky.feed.getFeedGenerators",
|
|
"defs": {
|
|
"main": {
|
|
"type": "query",
|
|
"description": "Get information about a list of feed generators.",
|
|
"parameters": {
|
|
"type": "params",
|
|
"required": ["feeds"],
|
|
"properties": {
|
|
"feeds": {
|
|
"type": "array",
|
|
"items": { "type": "string", "format": "at-uri" }
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"encoding": "application/json",
|
|
"schema": {
|
|
"type": "object",
|
|
"required": ["feeds"],
|
|
"properties": {
|
|
"feeds": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "ref",
|
|
"ref": "app.bsky.feed.defs#generatorView"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|