space.highport.sites.getTile
Schema Diff
+3 -3
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.sites.getTile",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"errors": [
7
7
{
8
8
"name": "TileNotFound",
9
-
"description": "No such published tile — also the answer for a space tile and for a version known only as pending-publication."
9
+
"description": "No such published tile. Also returned for a space tile and for a version still pending publication."
10
10
}
11
11
],
12
12
"output": {
13
13
"schema": {
14
14
"ref": "space.highport.defs#tileView",
15
15
"type": "ref"
16
16
},
17
17
"encoding": "application/json"
18
18
},
19
19
"parameters": {
20
20
"type": "params",
21
21
"required": [
22
22
"uri"
23
23
],
24
24
"properties": {
25
25
"cid": {
26
26
"type": "string",
27
27
"format": "cid",
28
-
"description": "Pin a specific version; absent returns the latest published one."
28
+
"description": "A specific version to return. Defaults to the latest published one."
29
29
},
30
30
"uri": {
31
31
"type": "string",
32
32
"format": "at-uri",
33
33
"description": "The tile record's AT-URI."
34
34
}
35
35
}
36
36
},
37
-
"description": "A published tile. Without cid the latest published version is returned; a prepared-but-uncommitted version is never returned, and neither is a space tile."
37
+
"description": "A published tile. Without cid, returns the latest published version. Never returns a prepared but uncommitted version, or a space tile."
38
38
}
39
39
},
40
40
"$type": "com.atproto.lexicon.schema",
41
41
"lexicon": 1
42
42
}