space.highport.sites.listSites
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.sites.listSites",
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
"sites"
11
11
],
12
12
"properties": {
13
13
"sites": {
14
14
"type": "array",
15
15
"items": {
16
16
"ref": "space.highport.defs#siteView",
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 sites of this identity."
35
35
},
36
36
"tile": {
37
37
"type": "string",
38
38
"format": "at-uri",
39
39
"description": "List only the sites bound to this tile."
40
40
},
41
41
"limit": {
42
42
"type": "integer",
43
43
"default": 50,
44
44
"maximum": 100,
45
45
"minimum": 1,
46
46
"description": "Maximum entries to return."
47
47
},
48
48
"cursor": {
49
49
"type": "string",
50
50
"description": "Pagination cursor from a previous response."
51
51
}
52
52
}
53
53
},
54
-
"description": "The public directory of active sites. With did, the sites of one identity; with tile, the sites bound to one tile."
54
+
"description": "The public directory of active sites. Filter by did for one identity's sites, or by tile for the sites bound to one tile."
55
55
}
56
56
},
57
57
"$type": "com.atproto.lexicon.schema",
58
58
"lexicon": 1
59
59
}