{
"id": "com.getorbyt.getProfile",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"ref": "app.bsky.actor.defs#profileViewDetailed",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"actor"
],
"properties": {
"actor": {
"type": "string",
"format": "at-identifier"
}
}
},
"description": "An Orbyt-enriched actor profile. Unauthenticated. Named `com.getorbyt.getProfile` rather than `com.getorbyt.profile.getProfile` so it does not sit under `com.getorbyt.profile`, which is a record: an NSID that is also the prefix of another splits lexicon-resolution authority across two domains and is what the Lexicon style guide means by a conflict between a group and a definition."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}