club.userstyles.alpha.feed.listComments

userstyles.club

{
  "id": "club.userstyles.alpha.feed.listComments",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "ActorNotFound"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "comments"
          ],
          "properties": {
            "cursor": {
              "type": "string"
            },
            "comments": {
              "type": "array",
              "items": {
                "ref": "club.userstyles.alpha.defs#commentView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1
          },
          "author": {
            "type": "string",
            "format": "at-identifier",
            "description": "comment author's did"
          },
          "cursor": {
            "type": "string"
          },
          "subject": {
            "type": "string",
            "format": "at-uri",
            "description": "uri of the subject userstyle"
          }
        }
      },
      "description": "List comments, optionally filtered by subject and/or author."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

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

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

Metadata

DID
did:plc:z6a2tfjek74wmqinw5vjzbed
CID
bafyreib6jqwvdjezizf2sx3u3eklmik3ikh4tfrhn2ury6ka3fzmw5n5uq
Indexed At
2026-09-01 13:47 UTC
AT-URI
at://did:plc:z6a2tfjek74wmqinw5vjzbed/com.atproto.lexicon.schema/club.userstyles.alpha.feed.listComments

Referenced Schemas (1)

Lexicon Garden

@