{
"id": "town.muni.arbiter.getArbiterConfig",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "ErrPermissionDenied",
"description": "The requesting user is not allowed to make the request."
}
],
"output": {
"schema": {
"refs": [],
"type": "union"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"arbiterDid"
],
"properties": {
"arbiterDid": {
"type": "string",
"format": "did",
"description": "The DID of the arbiter to fetch the config from"
}
}
},
"description": "Get the current config object for an arbiter."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}