town.muni.arbiter.setArbiterConfig

zicklag.dev

Schema Diff

+15 -2

From

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

To

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

Compatibility Analysis

Backward Compatible

Backward compatible. 4 non-breaking changes.

Non-Breaking Changes (4)
  • AddedVertex AddedVertex { vertex_id: "town.muni.arbiter.setArbiterConfig:input.resolverDepth" }
  • AddedVertex AddedVertex { vertex_id: "town.muni.arbiter.setArbiterConfig:output" }
  • AddedEdge AddedEdge { src: "town.muni.arbiter.setArbiterConfig", tgt: "town.muni.arbiter.setArbiterConfig:output", kind: "prop", name: Some("output") }
  • AddedEdge AddedEdge { src: "town.muni.arbiter.setArbiterConfig:input", tgt: "town.muni.arbiter.setArbiterConfig:input.resolverDepth", kind: "prop", name: Some("resolverDepth") }

Migration Guidance

Added Elements

  • AddedVertex { vertex_id: "town.muni.arbiter.setArbiterConfig:input.resolverDepth" }
  • AddedVertex { vertex_id: "town.muni.arbiter.setArbiterConfig:output" }

Additional Notes

  • Non-breaking: AddedEdge { src: "town.muni.arbiter.setArbiterConfig", tgt: "town.muni.arbiter.setArbiterConfig:output", kind: "prop", name: Some("output") }
  • Non-breaking: AddedEdge { src: "town.muni.arbiter.setArbiterConfig:input", tgt: "town.muni.arbiter.setArbiterConfig:input.resolverDepth", kind: "prop", name: Some("resolverDepth") }
1 1
{
2 2
  "id": "town.muni.arbiter.setArbiterConfig",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "procedure",
6 6
      "input": {
7 7
        "schema": {
8 8
          "type": "object",
9 9
          "required": [
10 10
            "arbiterDid",
11 11
            "config"
12 12
          ],
13 13
          "properties": {
14 14
            "config": {
15 15
              "refs": [],
16 -
              "type": "union"
16 +
              "type": "union",
17 +
              "description": "The config object.\n\nDifferent server's will support different config NSIDs, and most-likely servers\nwill not allow you to change the NSID after creation, even if they support\nupdating the config."
17 18
            },
18 19
            "arbiterDid": {
19 20
              "type": "string",
20 -
              "format": "did"
21 +
              "format": "did",
22 +
              "description": "The DID of the arbiter to set the config for."
23 +
            },
24 +
            "resolverDepth": {
25 +
              "type": "integer",
26 +
              "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."
21 27
            }
22 28
          }
23 29
        },
24 30
        "encoding": "application/json"
25 31
      },
26 32
      "errors": [
27 33
        {
28 34
          "name": "ErrPermissionDenied",
29 35
          "description": "The requesting user is not allowed to make the request."
30 36
        },
31 37
        {
32 38
          "name": "ErrInvalidConfig",
33 39
          "description": "The config provided is invalid for some reason other than it being an unsupported\nlexicon."
34 40
        },
35 41
        {
36 42
          "name": "ErrUnsupportedConfigLexicon",
37 43
          "description": "The config lexicon provided is not supported by this server. Different servers\nmay support different config lexicons."
38 44
        }
39 45
      ],
46 +
      "output": {
47 +
        "schema": {
48 +
          "refs": [],
49 +
          "type": "union"
50 +
        },
51 +
        "encoding": "application/json"
52 +
      },
40 53
      "description": "Set the config object for an arbiter."
41 54
    }
42 55
  },
43 56
  "$type": "com.atproto.lexicon.schema",
44 57
  "lexicon": 1
45 58
}

Compare Other Versions

Lexicon Garden

@