app.offprint.block.blockquote

offprint.app

Schema Diff

+0 -1

From

CID
bafyreib6dwb3iku...
Indexed At
2026-02-18 18:15 UTC
View this version

To

CID
bafyreihwixn47jq...
Indexed At
2026-05-24 08:49 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "app.offprint.block.blockquote",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "object",
6 6
      "required": [
7 7
        "content"
8 8
      ],
9 9
      "properties": {
10 10
        "content": {
11 11
          "type": "array",
12 12
          "items": {
13 13
            "refs": [
14 14
              "app.offprint.block.text",
15 15
              "app.offprint.block.heading"
16 16
            ],
17 17
            "type": "union"
18 18
          },
19 -
          "required": true,
20 19
          "description": "Nested content blocks within the blockquote"
21 20
        }
22 21
      }
23 22
    }
24 23
  },
25 24
  "$type": "com.atproto.lexicon.schema",
26 25
  "lexicon": 1
27 26
}

Compare Other Versions

Lexicon Garden

@