org.atsui.Heading

atsui.org

Schema Diff

+4 -9

From

CID
bafyreifvmnmrqlk...
Indexed At
2026-02-05 22:19 UTC
View this version

To

CID
bafyreibbtfrfpik...
Indexed At
2026-02-06 23:11 UTC
View this version
1 1
{
2 2
  "id": "org.atsui.Heading",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "procedure",
6 6
      "input": {
7 7
        "schema": {
8 8
          "type": "object",
9 9
          "required": [
10 10
            "children"
11 11
          ],
12 12
          "properties": {
13 13
            "children": {
14 -
              "type": "string"
14 +
              "type": "array",
15 +
              "items": {
16 +
                "type": "unknown"
17 +
              }
15 18
            }
16 19
          }
17 20
        },
18 21
        "encoding": "application/json"
19 22
      },
20 -
      "examples": [
21 -
        {
22 -
          "props": {
23 -
            "children": "Section"
24 -
          },
25 -
          "description": "Section heading"
26 -
        }
27 -
      ],
28 23
      "description": "A section label or secondary heading."
29 24
    }
30 25
  },
31 26
  "$type": "com.atproto.lexicon.schema",
32 27
  "lexicon": 1
33 28
}

Compare Other Versions

Lexicon Garden

@