social.colibri.community

colibri.social

Schema Diff

+4 -2

From

CID
bafyreichcp3my4u...
Indexed At
2026-07-29 16:12 UTC
View this version

To

CID
bafyreihavyxbnuj...
Indexed At
2026-08-06 06:18 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "social.colibri.community",
3 3
  "defs": {
4 4
    "main": {
5 5
      "key": "literal:self",
6 6
      "type": "record",
7 7
      "record": {
8 8
        "type": "object",
9 9
        "required": [
10 10
          "name",
11 11
          "description",
12 12
          "categoryOrder",
13 13
          "requiresApprovalToJoin"
14 14
        ],
15 15
        "properties": {
16 16
          "name": {
17 17
            "type": "string",
18 18
            "default": "New Community",
19 19
            "maxLength": 32,
20 20
            "minLength": 1,
21 21
            "description": "The name of the community."
22 22
          },
23 23
          "$type": {
24 24
            "type": "string",
25 25
            "format": "nsid",
26 26
            "description": "The type of the record."
27 27
          },
28 28
          "banner": {
29 29
            "type": "blob",
30 30
            "accept": [
31 31
              "image/jpeg",
32 32
              "image/png",
33 -
              "image/gif"
33 +
              "image/gif",
34 +
              "image/webp"
34 35
            ],
35 36
            "description": "A banner for the community that will be shown to users."
36 37
          },
37 38
          "appview": {
38 39
            "type": "string",
39 40
            "format": "did",
40 41
            "description": "DID of the AppView that administers this community and acts as its off-protocol hub (Humming presence relay and voice SFU host). Written by the credential-holding AppView. Consumers that find this field absent fall back to did:web:api.colibri.social."
41 42
          },
42 43
          "picture": {
43 44
            "type": "blob",
44 45
            "accept": [
45 46
              "image/jpeg",
46 47
              "image/png",
47 -
              "image/gif"
48 +
              "image/gif",
49 +
              "image/webp"
48 50
            ],
49 51
            "description": "An image for the community that will be shown to users."
50 52
          },
51 53
          "migratedTo": {
52 54
            "type": "string",
53 55
            "format": "at-uri",
54 56
            "description": "Set on a legacy community record once it has been migrated. Points at the new community record that replaces it; consumers treat this community as retired and hide it."
55 57
          },
56 58
          "description": {
57 59
            "type": "string",
58 60
            "default": "",
59 61
            "maxLength": 256,
60 62
            "description": "A description of the community."
61 63
          },
62 64
          "migratedFrom": {
63 65
            "type": "string",
64 66
            "format": "at-uri",
65 67
            "description": "Set on a community created by migrating a legacy community. Points at the legacy community record this one replaces."
66 68
          },
67 69
          "categoryOrder": {
68 70
            "type": "array",
69 71
            "items": {
70 72
              "type": "string",
71 73
              "format": "record-key",
72 74
              "description": "A category in this community."
73 75
            },
74 76
            "description": "The order of the categories in this community."
75 77
          },
76 78
          "requiresApprovalToJoin": {
77 79
            "type": "boolean",
78 80
            "default": true,
79 81
            "description": "Whether users can chat in this community without the owner having to create an acknowledgement record."
80 82
          }
81 83
        }
82 84
      },
83 85
      "description": "A community, or \"server\", is where users join to interact with each other on Colibri. Singleton record on the community DID's repo."
84 86
    }
85 87
  },
86 88
  "$type": "com.atproto.lexicon.schema",
87 89
  "lexicon": 1,
88 90
  "revision": 4
89 91
}

Compare Other Versions

Lexicon Garden

@