org.atsui.Text
Schema Diff
+3 -28
1
1
{
2
-
"id": "org.atsui.Stack",
2
+
"id": "org.atsui.Text",
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
-
"gap": {
14
-
"enum": [
15
-
"small",
16
-
"medium",
17
-
"large"
18
-
],
19
-
"type": "string",
20
-
"default": "medium",
21
-
"description": "Space between children."
22
-
},
23
-
"align": {
24
-
"enum": [
25
-
"start",
26
-
"center",
27
-
"end",
28
-
"stretch"
29
-
],
30
-
"type": "string",
31
-
"default": "stretch",
32
-
"description": "Cross-axis alignment of children."
33
-
},
34
13
"children": {
35
-
"type": "array",
36
-
"items": {
37
-
"ref": "at.inlay.defs#node",
38
-
"type": "ref"
39
-
}
14
+
"type": "string"
40
15
}
41
16
}
42
17
},
43
18
"encoding": "application/json"
44
19
},
45
-
"description": "Arranges children vertically with consistent spacing. The host controls visual presentation."
20
+
"description": "Body text."
46
21
}
47
22
},
48
23
"$type": "com.atproto.lexicon.schema",
49
24
"lexicon": 1
50
25
}