org.atsui.Blob
Schema Diff
+7 -0
1
1
{
2
2
"id": "org.atsui.Blob",
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
"did"
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 image."
22
22
}
23
23
}
24
24
},
25
25
"encoding": "application/json"
26
26
},
27
+
"output": {
28
+
"schema": {
29
+
"ref": "at.inlay.defs#response",
30
+
"type": "ref"
31
+
},
32
+
"encoding": "application/json"
33
+
},
27
34
"description": "Displays an AT Protocol blob as an image."
28
35
}
29
36
},
30
37
"$type": "com.atproto.lexicon.schema",
31
38
"lexicon": 1
32
39
}