org.atsui.Text
Schema Diff
+4 -9
1
1
{
2
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
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": "Hello, world"
24
-
},
25
-
"description": "Body text"
26
-
}
27
-
],
28
23
"description": "Body text."
29
24
}
30
25
},
31
26
"$type": "com.atproto.lexicon.schema",
32
27
"lexicon": 1
33
28
}