org.atsui.Cover
Schema Diff
+7 -0
1
1
{
2
2
"id": "org.atsui.Cover",
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
"src",
11
11
"children"
12
12
],
13
13
"properties": {
14
14
"did": {
15
15
"type": "string",
16
16
"format": "did",
17
17
"description": "DID of the blob owner. Used to resolve blob URLs."
18
18
},
19
19
"src": {
20
20
"type": "unknown",
21
21
"description": "Blob ref for the background image."
22
22
},
23
23
"children": {
24
24
"type": "array",
25
25
"items": {
26
26
"ref": "at.inlay.defs#element",
27
27
"type": "ref"
28
28
}
29
29
}
30
30
}
31
31
},
32
32
"encoding": "application/json"
33
33
},
34
+
"output": {
35
+
"schema": {
36
+
"ref": "at.inlay.defs#response",
37
+
"type": "ref"
38
+
},
39
+
"encoding": "application/json"
40
+
},
34
41
"description": "Full-width background image with children overlaid on top."
35
42
}
36
43
},
37
44
"$type": "com.atproto.lexicon.schema",
38
45
"lexicon": 1
39
46
}