app.standard-reader.getDocument
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.standard-reader.getDocument",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"output": {
7
7
"schema": {
8
8
"ref": "app.standard-reader.defs#documentView",
9
9
"type": "ref"
10
10
},
11
11
"encoding": "application/json"
12
12
},
13
13
"parameters": {
14
14
"type": "params",
15
15
"required": [
16
16
"document"
17
17
],
18
18
"properties": {
19
19
"document": {
20
20
"type": "string",
21
21
"format": "at-uri"
22
22
}
23
23
}
24
24
},
25
-
"description": "Fetch a single article card metadata and aggregate stats (no full body)."
25
+
"description": "Fetch a single article: card metadata, aggregate stats, and the renderable body (content) ready for the renderers."
26
26
}
27
27
},
28
28
"$type": "com.atproto.lexicon.schema",
29
29
"lexicon": 1
30
30
}