{
"id": "chat.bsky.group.getGroupPublicInfo",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "InvalidCode"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"group"
],
"properties": {
"group": {
"ref": "chat.bsky.group.defs#groupPublicView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"code"
],
"properties": {
"code": {
"type": "string"
}
}
},
"description": "[NOTE: This is under active development and should be considered unstable while this note is here]. Get public information about a group from an join link."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}