social.colibri.message

colibri.social

Schema Diff

+1 -1

From

CID
bafyreifgqbijtch...
Indexed At
2026-03-19 20:26 UTC
View this version

To

CID
bafyreicl7ng5vhx...
Indexed At
2026-07-27 21:35 UTC
View this version

Compatibility Analysis

Breaking Changes Detected

1 breaking change, 0 non-breaking changes.

Breaking Changes (1)
  • ConstraintTightened ConstraintTightened { vertex_id: "social.colibri.message:body.channel", sort: "format", old_value: "record-key", new_value: "at-uri" }

Migration Guidance

Constraint Changes

  • ConstraintTightened ConstraintTightened { vertex_id: "social.colibri.message:body.channel", sort: "format", old_value: "record-key", new_value: "at-uri" }
1 1
{
2 2
  "id": "social.colibri.message",
3 3
  "defs": {
4 4
    "main": {
5 5
      "key": "tid",
6 6
      "type": "record",
7 7
      "record": {
8 8
        "type": "object",
9 9
        "required": [
10 10
          "text",
11 11
          "createdAt",
12 12
          "channel"
13 13
        ],
14 14
        "properties": {
15 15
          "text": {
16 16
            "type": "string",
17 17
            "maxLength": 2048,
18 18
            "description": "The message content."
19 19
          },
20 20
          "$type": {
21 21
            "type": "string",
22 22
            "format": "nsid",
23 23
            "description": "The type of the record."
24 24
          },
25 25
          "edited": {
26 26
            "type": "boolean",
27 27
            "default": false,
28 28
            "description": "Whether this message has been edited."
29 29
          },
30 30
          "facets": {
31 31
            "type": "array",
32 32
            "items": {
33 33
              "ref": "lex:social.colibri.richtext.facet",
34 34
              "type": "ref"
35 35
            },
36 36
            "description": "Annotations of sections of the text."
37 37
          },
38 38
          "parent": {
39 39
            "type": "string",
40 40
            "format": "record-key",
41 41
            "description": "The record key of a message this message is replying to."
42 42
          },
43 43
          "channel": {
44 44
            "type": "string",
45 -
            "format": "record-key",
45 +
            "format": "at-uri",
46 46
            "description": "The channel this message was sent in."
47 47
          },
48 48
          "createdAt": {
49 49
            "type": "string",
50 50
            "format": "datetime",
51 51
            "description": "When the message was sent."
52 52
          },
53 53
          "attachments": {
54 54
            "type": "array",
55 55
            "items": {
56 56
              "ref": "lex:social.colibri.message#attachment",
57 57
              "type": "ref"
58 58
            },
59 59
            "description": "An array of attachment objects for this message."
60 60
          }
61 61
        }
62 62
      },
63 63
      "description": "A message sent in a channel on Colibri"
64 64
    },
65 65
    "attachment": {
66 66
      "type": "object",
67 67
      "required": [
68 68
        "blob"
69 69
      ],
70 70
      "properties": {
71 71
        "blob": {
72 72
          "type": "blob",
73 73
          "description": "The attached file."
74 74
        },
75 75
        "name": {
76 76
          "type": "string",
77 77
          "maxLength": 256,
78 78
          "description": "The original filename."
79 79
        }
80 80
      },
81 81
      "description": "A file attached to a message."
82 82
    }
83 83
  },
84 84
  "$type": "com.atproto.lexicon.schema",
85 85
  "lexicon": 1,
86 86
  "revision": 2,
87 87
  "description": "A message sent in a channel on Colibri."
88 88
}

Compare Other Versions

Lexicon Garden

@