space.highport.sites.listTiles
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.sites.listTiles",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"output": {
7
7
"schema": {
8
8
"type": "object",
9
9
"required": [
10
10
"tiles"
11
11
],
12
12
"properties": {
13
13
"tiles": {
14
14
"type": "array",
15
15
"items": {
16
16
"ref": "space.highport.defs#tileView",
17
17
"type": "ref"
18
18
}
19
19
},
20
20
"cursor": {
21
21
"type": "string",
22
22
"description": "Present when more entries exist."
23
23
}
24
24
}
25
25
},
26
26
"encoding": "application/json"
27
27
},
28
28
"parameters": {
29
29
"type": "params",
30
30
"properties": {
31
31
"did": {
32
32
"type": "string",
33
33
"format": "did",
34
34
"description": "List only the tiles of this author."
35
35
},
36
36
"limit": {
37
37
"type": "integer",
38
38
"default": 50,
39
39
"maximum": 100,
40
40
"minimum": 1,
41
41
"description": "Maximum entries to return."
42
42
},
43
43
"cursor": {
44
44
"type": "string",
45
45
"description": "Pagination cursor from a previous response."
46
46
}
47
47
}
48
48
},
49
-
"description": "The directory of published tiles a site owner browses to find one to bind. Space tiles are never listed."
49
+
"description": "Published tiles a site owner can browse to find one to bind. Space tiles are never listed."
50
50
}
51
51
},
52
52
"$type": "com.atproto.lexicon.schema",
53
53
"lexicon": 1
54
54
}