club.userstyles.alpha.feed.getFeedback

userstyles.club

{
  "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
}

Validate Record

Validate a record against club.userstyles.alpha.feed.getFeedback

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

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)

Referenced Schemas (1)

Lexicon Garden

@