app.offprint.block.callout

offprint.app

Schema Diff

+0 -1

From

CID
bafyreicb5e24efq...
Indexed At
2026-02-18 18:16 UTC
View this version

To

CID
bafyreigeh4bqszu...
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.callout",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "object",
6 6
      "required": [
7 7
        "plaintext"
8 8
      ],
9 9
      "properties": {
10 10
        "color": {
11 11
          "type": "string",
12 12
          "description": "Background color (CSS color value)"
13 13
        },
14 14
        "emoji": {
15 15
          "type": "string",
16 16
          "default": "💡",
17 17
          "description": "Emoji icon for the callout"
18 18
        },
19 19
        "facets": {
20 20
          "type": "array",
21 21
          "items": {
22 22
            "ref": "app.offprint.richtext.facet",
23 23
            "type": "ref"
24 24
          },
25 25
          "description": "Facets for text formatting"
26 26
        },
27 27
        "plaintext": {
28 28
          "type": "string",
29 -
          "required": true,
30 29
          "description": "The callout text content"
31 30
        }
32 31
      }
33 32
    }
34 33
  },
35 34
  "$type": "com.atproto.lexicon.schema",
36 35
  "lexicon": 1
37 36
}

Compare Other Versions

Lexicon Garden

@