at.inlay.Maybe
Schema Diff
+7 -0
1
1
{
2
2
"id": "at.inlay.Maybe",
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
"fallback": {
21
21
"ref": "at.inlay.defs#element",
22
22
"type": "ref"
23
23
}
24
24
}
25
25
},
26
26
"encoding": "application/json"
27
27
},
28
+
"output": {
29
+
"schema": {
30
+
"ref": "at.inlay.defs#response",
31
+
"type": "ref"
32
+
},
33
+
"encoding": "application/json"
34
+
},
28
35
"description": "Renders children if all bindings resolve; otherwise renders fallback."
29
36
}
30
37
},
31
38
"$type": "com.atproto.lexicon.schema",
32
39
"lexicon": 1
33
40
}