social.colibri.community

colibri.social

Schema Diff

+9 -0

From

CID
bafyreihiool3l42...
Indexed At
2026-07-24 14:43 UTC
View this version

To

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

Compatibility Analysis

Backward Compatible

Backward compatible. 2 non-breaking changes.

Non-Breaking Changes (2)
  • AddedVertex AddedVertex { vertex_id: "social.colibri.community:body.banner" }
  • AddedEdge AddedEdge { src: "social.colibri.community:body", tgt: "social.colibri.community:body.banner", kind: "prop", name: Some("banner") }

Migration Guidance

Added Elements

  • AddedVertex { vertex_id: "social.colibri.community:body.banner" }

Additional Notes

  • Non-breaking: AddedEdge { src: "social.colibri.community:body", tgt: "social.colibri.community:body.banner", kind: "prop", name: Some("banner") }
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 +
          "banner": {
29 +
            "type": "blob",
30 +
            "accept": [
31 +
              "image/jpeg",
32 +
              "image/png",
33 +
              "image/gif"
34 +
            ],
35 +
            "description": "A banner for the community that will be shown to users."
36 +
          },
28 37
          "appview": {
29 38
            "type": "string",
30 39
            "format": "did",
31 40
            "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."
32 41
          },
33 42
          "picture": {
34 43
            "type": "blob",
35 44
            "accept": [
36 45
              "image/jpeg",
37 46
              "image/png",
38 47
              "image/gif"
39 48
            ],
40 49
            "description": "An image for the community that will be shown to users."
41 50
          },
42 51
          "migratedTo": {
43 52
            "type": "string",
44 53
            "format": "at-uri",
45 54
            "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."
46 55
          },
47 56
          "description": {
48 57
            "type": "string",
49 58
            "default": "",
50 59
            "maxLength": 256,
51 60
            "description": "A description of the community."
52 61
          },
53 62
          "migratedFrom": {
54 63
            "type": "string",
55 64
            "format": "at-uri",
56 65
            "description": "Set on a community created by migrating a legacy community. Points at the legacy community record this one replaces."
57 66
          },
58 67
          "categoryOrder": {
59 68
            "type": "array",
60 69
            "items": {
61 70
              "type": "string",
62 71
              "format": "record-key",
63 72
              "description": "A category in this community."
64 73
            },
65 74
            "description": "The order of the categories in this community."
66 75
          },
67 76
          "requiresApprovalToJoin": {
68 77
            "type": "boolean",
69 78
            "default": true,
70 79
            "description": "Whether users can chat in this community without the owner having to create an acknowledgement record."
71 80
          }
72 81
        }
73 82
      },
74 83
      "description": "A community, or \"server\", is where users join to interact with each other on Colibri. Singleton record on the community DID's repo."
75 84
    }
76 85
  },
77 86
  "$type": "com.atproto.lexicon.schema",
78 87
  "lexicon": 1,
79 88
  "revision": 4
80 89
}

Compare Other Versions

Lexicon Garden

@