org.atsui.Stack

atsui.org

Schema Diff

+2 -0

From

CID
bafyreifnenqx7xm...
Indexed At
2026-02-13 23:40 UTC
View this version

To

CID
bafyreicnvgsv3r3...
Indexed At
2026-02-15 21:43 UTC
View this version
1 1
{
2 2
  "id": "org.atsui.Stack",
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
            "gap": {
14 14
              "type": "string",
15 15
              "default": "medium",
16 +
              "maxLength": 32,
16 17
              "description": "Space between children.",
17 18
              "knownValues": [
18 19
                "small",
19 20
                "medium",
20 21
                "large"
21 22
              ]
22 23
            },
23 24
            "align": {
24 25
              "type": "string",
25 26
              "default": "stretch",
27 +
              "maxLength": 32,
26 28
              "description": "Cross-axis alignment of children.",
27 29
              "knownValues": [
28 30
                "start",
29 31
                "center",
30 32
                "end",
31 33
                "stretch"
32 34
              ]
33 35
            },
34 36
            "inset": {
35 37
              "type": "boolean",
36 38
              "description": "Whether this container has inset padding. The theme controls the amount."
37 39
            },
38 40
            "children": {
39 41
              "type": "array",
40 42
              "items": {
41 43
                "ref": "at.inlay.defs#element",
42 44
                "type": "ref"
43 45
              }
44 46
            }
45 47
          }
46 48
        },
47 49
        "encoding": "application/json"
48 50
      },
49 51
      "output": {
50 52
        "schema": {
51 53
          "ref": "at.inlay.defs#response",
52 54
          "type": "ref"
53 55
        },
54 56
        "encoding": "application/json"
55 57
      },
56 58
      "description": "Arranges children vertically with consistent spacing."
57 59
    }
58 60
  },
59 61
  "$type": "com.atproto.lexicon.schema",
60 62
  "lexicon": 1
61 63
}

Compare Other Versions

Lexicon Garden

@