at.inlay.Fragment
Schema Diff
+7 -0
1
1
{
2
2
"id": "at.inlay.Fragment",
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": "array",
15
15
"items": {
16
16
"ref": "at.inlay.defs#element",
17
17
"type": "ref"
18
18
}
19
19
}
20
20
}
21
21
},
22
22
"encoding": "application/json"
23
23
},
24
+
"output": {
25
+
"schema": {
26
+
"ref": "at.inlay.defs#response",
27
+
"type": "ref"
28
+
},
29
+
"encoding": "application/json"
30
+
},
24
31
"description": "Renders children without a wrapper element."
25
32
}
26
33
},
27
34
"$type": "com.atproto.lexicon.schema",
28
35
"lexicon": 1
29
36
}