532681d5c0
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
46 lines
1003 B
JSON
46 lines
1003 B
JSON
{
|
|
"id": "app.bsky.actor.getProfiles",
|
|
"defs": {
|
|
"main": {
|
|
"type": "query",
|
|
"output": {
|
|
"schema": {
|
|
"type": "object",
|
|
"required": [
|
|
"profiles"
|
|
],
|
|
"properties": {
|
|
"profiles": {
|
|
"type": "array",
|
|
"items": {
|
|
"ref": "app.bsky.actor.defs#profileViewDetailed",
|
|
"type": "ref"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"encoding": "application/json"
|
|
},
|
|
"parameters": {
|
|
"type": "params",
|
|
"required": [
|
|
"actors"
|
|
],
|
|
"properties": {
|
|
"actors": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string",
|
|
"format": "at-identifier"
|
|
},
|
|
"maxLength": 25
|
|
}
|
|
}
|
|
},
|
|
"description": "Get detailed profile views of multiple actors."
|
|
}
|
|
},
|
|
"$type": "com.atproto.lexicon.schema",
|
|
"lexicon": 1
|
|
}
|