{
"id": "club.userstyles.alpha.feed.getFeedback",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"comments",
"ratingCount"
],
"properties": {
"comments": {
"type": "array",
"items": {
"ref": "club.userstyles.alpha.defs#commentThreadView",
"type": "ref"
}
},
"ratingCount": {
"type": "integer"
},
"ratingAverage": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"subject"
],
"properties": {
"subject": {
"type": "string",
"format": "at-uri",
"description": "uri of the subject userstyle"
}
}
},
"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."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:z6a2tfjek74wmqinw5vjzbed
- CID
-
bafyreibnyopcg4yilrcxqkmgmtlev2hmeq42tlzw4z5zdsrgop6okeq4nu
- Indexed At
- 2026-09-01 13:47 UTC
- AT-URI
-
at://did:plc:z6a2tfjek74wmqinw5vjzbed/com.atproto.lexicon.schema/club.userstyles.alpha.feed.getFeedback
Version History (2 versions)