org.atsui.Record
Schema Diff
+7 -0
1
1
{
2
2
"id": "org.atsui.Record",
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
"uri"
11
11
],
12
12
"properties": {
13
13
"uri": {
14
14
"type": "string",
15
15
"format": "at-uri",
16
16
"description": "AT-URI of the record to display"
17
17
}
18
18
}
19
19
},
20
20
"encoding": "application/json"
21
21
},
22
+
"output": {
23
+
"schema": {
24
+
"ref": "at.inlay.defs#response",
25
+
"type": "ref"
26
+
},
27
+
"encoding": "application/json"
28
+
},
22
29
"description": "Renders any record."
23
30
}
24
31
},
25
32
"$type": "com.atproto.lexicon.schema",
26
33
"lexicon": 1
27
34
}