social.colibri.community.leave

colibri.social

Schema Diff

+6 -0

From

CID
bafyreie3lt5tamb...
Indexed At
2026-07-24 14:44 UTC
View this version

To

CID
bafyreieoebzawr2...
Indexed At
2026-07-31 21:22 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "social.colibri.community.leave",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "procedure",
6 +
      "errors": [
7 +
        {
8 +
          "name": "AuthRequired",
9 +
          "description": "Missing, malformed, or unverifiable service auth."
10 +
        }
11 +
      ],
6 12
      "output": {
7 13
        "schema": {
8 14
          "type": "object",
9 15
          "properties": {}
10 16
        },
11 17
        "encoding": "application/json"
12 18
      },
13 19
      "parameters": {
14 20
        "type": "params",
15 21
        "required": [
16 22
          "community"
17 23
        ],
18 24
        "properties": {
19 25
          "community": {
20 26
            "type": "string",
21 27
            "format": "at-uri"
22 28
          }
23 29
        }
24 30
      },
25 31
      "description": "Leaves a community, removing the authenticated user's membership."
26 32
    }
27 33
  },
28 34
  "$type": "com.atproto.lexicon.schema",
29 35
  "lexicon": 1
30 36
}

Compare Other Versions

Lexicon Garden

@