org.atsui.Title
Schema Diff
+7 -0
1
1
{
2
2
"id": "org.atsui.Title",
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
14
"type": "unknown"
15
15
}
16
16
}
17
17
},
18
18
"encoding": "application/json"
19
19
},
20
+
"output": {
21
+
"schema": {
22
+
"ref": "at.inlay.defs#response",
23
+
"type": "ref"
24
+
},
25
+
"encoding": "application/json"
26
+
},
20
27
"description": "The primary heading for a card or section."
21
28
}
22
29
},
23
30
"$type": "com.atproto.lexicon.schema",
24
31
"lexicon": 1
25
32
}