club.userstyles.alpha.feed.getFeedback
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "club.userstyles.alpha.feed.getFeedback",
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
"comments",
11
11
"ratingCount"
12
12
],
13
13
"properties": {
14
14
"comments": {
15
15
"type": "array",
16
16
"items": {
17
17
"ref": "club.userstyles.alpha.defs#commentThreadView",
18
18
"type": "ref"
19
19
}
20
20
},
21
21
"ratingCount": {
22
22
"type": "integer"
23
23
},
24
24
"ratingAverage": {
25
25
"type": "string"
26
26
}
27
27
}
28
28
},
29
29
"encoding": "application/json"
30
30
},
31
31
"parameters": {
32
32
"type": "params",
33
33
"required": [
34
34
"subject"
35
35
],
36
36
"properties": {
37
37
"subject": {
38
38
"type": "string",
39
39
"format": "at-uri",
40
40
"description": "uri of the subject userstyle"
41
41
}
42
42
}
43
43
},
44
-
"description": "Get a subject userstyle's feedback: every comment, flattened across every top-level thread and ordered so that each node follows its parent (each top-level node carrying its author's current rating, if any), plus the overall rating count and average."
44
+
"description": "Get a subject userstyle's feedback; a list of comment threads and the overall rating count and average."
45
45
}
46
46
},
47
47
"$type": "com.atproto.lexicon.schema",
48
48
"lexicon": 1
49
49
}