9579bec720
* lexicons: update descriptions in com.atproto.* * lexicons: update descriptions in app.bsky.* * Apply suggestions from code review Thanks Emily! Co-authored-by: Emily Liu <emilyliu7321@gmail.com> * codegen description-only Lexicon updates --------- Co-authored-by: Emily Liu <emilyliu7321@gmail.com>
29 lines
723 B
JSON
29 lines
723 B
JSON
{
|
|
"lexicon": 1,
|
|
"id": "app.bsky.actor.getProfile",
|
|
"defs": {
|
|
"main": {
|
|
"type": "query",
|
|
"description": "Get detailed profile view of an actor. Does not require auth, but contains relevant metadata with auth.",
|
|
"parameters": {
|
|
"type": "params",
|
|
"required": ["actor"],
|
|
"properties": {
|
|
"actor": {
|
|
"type": "string",
|
|
"format": "at-identifier",
|
|
"description": "Handle or DID of account to fetch profile of."
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"encoding": "application/json",
|
|
"schema": {
|
|
"type": "ref",
|
|
"ref": "app.bsky.actor.defs#profileViewDetailed"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|