at.inlay.Placeholder
Schema Diff
+7 -0
1
1
{
2
2
"id": "at.inlay.Placeholder",
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
"fallback"
12
12
],
13
13
"properties": {
14
14
"children": {
15
15
"type": "array",
16
16
"items": {
17
17
"ref": "at.inlay.defs#element",
18
18
"type": "ref"
19
19
}
20
20
},
21
21
"fallback": {
22
22
"ref": "at.inlay.defs#element",
23
23
"type": "ref"
24
24
}
25
25
}
26
26
},
27
27
"encoding": "application/json"
28
28
},
29
+
"output": {
30
+
"schema": {
31
+
"ref": "at.inlay.defs#response",
32
+
"type": "ref"
33
+
},
34
+
"encoding": "application/json"
35
+
},
29
36
"description": "Shows fallback content while children are loading."
30
37
}
31
38
},
32
39
"$type": "com.atproto.lexicon.schema",
33
40
"lexicon": 1
34
41
}