app.nblr.feed.collection

nblr.app

Schema Diff

+1 -1

From

CID
bafyreictfs6svzv...
Indexed At
2026-02-18 18:09 UTC
View this version

To

CID
bafyreicfjmz6dcz...
Indexed At
2026-03-19 20:25 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "app.nblr.feed.collection",
3 3
  "defs": {
4 4
    "main": {
5 -
      "key": "any",
5 +
      "key": "tid",
6 6
      "type": "record",
7 7
      "record": {
8 8
        "type": "object",
9 9
        "required": [
10 10
          "name",
11 11
          "createdAt"
12 12
        ],
13 13
        "properties": {
14 14
          "name": {
15 15
            "type": "string",
16 16
            "maxLength": 640,
17 17
            "description": "Name of the collection",
18 18
            "maxGraphemes": 64
19 19
          },
20 20
          "createdAt": {
21 21
            "type": "string",
22 22
            "format": "datetime"
23 23
          }
24 24
        }
25 25
      },
26 26
      "description": "Record defining a collection of resources."
27 27
    }
28 28
  },
29 29
  "$type": "com.atproto.lexicon.schema",
30 30
  "lexicon": 1
31 31
}

Compare Other Versions

Lexicon Garden

@