chat.bsky.group.disableJoinLink

bsky-lexicons.bsky.social

Schema Diff

+1 -1

From

CID
bafyreibn73w5rot...
Indexed At
2026-04-15 21:30 UTC
View this version

To

CID
bafyreiholtxhmuq...
Indexed At
2026-07-16 14:58 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "chat.bsky.group.disableJoinLink",
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
            "convoId"
11 11
          ],
12 12
          "properties": {
13 13
            "convoId": {
14 14
              "type": "string"
15 15
            }
16 16
          }
17 17
        },
18 18
        "encoding": "application/json"
19 19
      },
20 20
      "errors": [
21 21
        {
22 22
          "name": "InvalidConvo"
23 23
        },
24 24
        {
25 25
          "name": "InsufficientRole"
26 26
        },
27 27
        {
28 28
          "name": "NoJoinLink"
29 29
        }
30 30
      ],
31 31
      "output": {
32 32
        "schema": {
33 33
          "type": "object",
34 34
          "required": [
35 35
            "joinLink"
36 36
          ],
37 37
          "properties": {
38 38
            "joinLink": {
39 39
              "ref": "chat.bsky.group.defs#joinLinkView",
40 40
              "type": "ref"
41 41
            }
42 42
          }
43 43
        },
44 44
        "encoding": "application/json"
45 45
      },
46 -
      "description": "[NOTE: This is under active development and should be considered unstable while this note is here]. Disables the active join link for the group convo."
46 +
      "description": "Disables the active join link for the group convo."
47 47
    }
48 48
  },
49 49
  "$type": "com.atproto.lexicon.schema",
50 50
  "lexicon": 1
51 51
}

Compare Other Versions

Lexicon Garden

@