{
"id": "space.highport.manage.getSpace",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "SpaceNotFound",
"description": "Bard is not connected to that space, or the caller is neither its authority nor a viewer."
}
],
"output": {
"schema": {
"ref": "space.highport.defs#spaceView",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"space"
],
"properties": {
"space": {
"type": "string",
"format": "at-uri"
}
}
},
"description": "What bard knows about a connected space: its sync state, when bard's credential expires, and its counts. Available to the space's authority and to viewers (identities with a grant inside the viewer window)."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}