space.highport.sites.getTileIcon
Schema Diff
+2 -2
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.sites.getTileIcon",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"errors": [
7
7
{
8
8
"name": "TileNotFound",
9
-
"description": "No published tile references that icon CID."
9
+
"description": "No published tile uses that icon CID."
10
10
}
11
11
],
12
12
"output": {
13
13
"encoding": "*/*"
14
14
},
15
15
"parameters": {
16
16
"type": "params",
17
17
"required": [
18
18
"cid"
19
19
],
20
20
"properties": {
21
21
"cid": {
22
22
"type": "string",
23
23
"format": "cid",
24
24
"description": "The icon blob's CID."
25
25
}
26
26
}
27
27
},
28
-
"description": "The bytes of a tile's icon blob, served with the blob's declared mimeType and an immutable one-year Cache-Control, because the URL names a CID. Without it a directory cannot show icons: the author's PDS may have collected the blob and bard has no public blob endpoint other than per-site RASL."
28
+
"description": "A tile's icon bytes, served with the blob's mimeType and a one-year immutable Cache-Control. Lets directories show icons even after the author's PDS has dropped the blob."
29
29
}
30
30
},
31
31
"$type": "com.atproto.lexicon.schema",
32
32
"lexicon": 1
33
33
}