farm.lore.canon

lore.farm

Schema Diff

+2 -1

From

CID
bafyreifirzc2onb...
Indexed At
2026-03-23 18:14 UTC
View this version

To

CID
bafyreibxj2okpmc...
Indexed At
2026-03-23 20:16 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "farm.lore.canon",
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
          "subject",
11 11
          "world",
12 12
          "createdAt"
13 13
        ],
14 14
        "properties": {
15 15
          "world": {
16 16
            "type": "string",
17 17
            "maxLength": 253,
18 18
            "description": "The world domain this canon applies to."
19 19
          },
20 20
          "subject": {
21 21
            "ref": "com.atproto.repo.strongRef",
22 22
            "type": "ref",
23 23
            "description": "Reference to the Bluesky post being promoted to canon."
24 24
          },
25 25
          "createdAt": {
26 26
            "type": "string",
27 27
            "format": "datetime",
28 28
            "description": "Timestamp of the canon promotion."
29 29
          }
30 30
        }
31 31
      },
32 32
      "description": "Promotes a Bluesky post to canon status within a world. Only curators may create canon records."
33 33
    }
34 34
  },
35 35
  "$type": "com.atproto.lexicon.schema",
36 -
  "lexicon": 1
36 +
  "lexicon": 1,
37 +
  "description": "Lore promoted to canon status in a world."
37 38
}

Compare Other Versions

Lexicon Garden

@