town.muni.arbiter.getArbiterConfig

zicklag.dev

Schema Diff

+4 -0

From

CID
bafyreihsq73aiet...
Indexed At
2026-05-19 19:41 UTC
View this version

To

CID
bafyreigrlmcljxs...
Indexed At
2026-05-19 22:18 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "town.muni.arbiter.getArbiterConfig",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "query",
6 6
      "errors": [
7 7
        {
8 8
          "name": "ErrPermissionDenied",
9 9
          "description": "The requesting user is not allowed to make the request."
10 10
        }
11 11
      ],
12 12
      "output": {
13 13
        "schema": {
14 14
          "refs": [],
15 15
          "type": "union"
16 16
        },
17 17
        "encoding": "application/json"
18 18
      },
19 19
      "parameters": {
20 20
        "type": "params",
21 21
        "required": [
22 22
          "arbiterDid"
23 23
        ],
24 24
        "properties": {
25 25
          "arbiterDid": {
26 26
            "type": "string",
27 27
            "format": "did",
28 28
            "description": "The DID of the arbiter to fetch the config from"
29 +
          },
30 +
          "resolverDepth": {
31 +
            "type": "integer",
32 +
            "description": "The maximum depth to allow when doing remote resolutions.\n\nBecause spaces are allowed to have members resolved from remote spaces,\nall of the arbiter endpoints have an optional resolution depth parameter\nthat can be used to limit how many chained remote calls can be resolved.\n\nThis applies both to queries and procedures. Queries may need to resolve\nexternal members to complete the member list, and procedures may need\nto resolve external members if the requesting member is not in the local\nmember list, to see if the member has access through a remote list."
29 33
          }
30 34
        }
31 35
      },
32 36
      "description": "Get the current config object for an arbiter."
33 37
    }
34 38
  },
35 39
  "$type": "com.atproto.lexicon.schema",
36 40
  "lexicon": 1
37 41
}

Compare Other Versions

Lexicon Garden

@