{
"id": "support.supper.feed.listCheers",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"cheers",
"total"
],
"properties": {
"total": {
"type": "integer",
"minimum": 0
},
"cheers": {
"type": "array",
"items": {
"ref": "#cheerView",
"type": "ref"
},
"maxLength": 100
},
"cursor": {
"type": "string",
"maxLength": 512
},
"additionalSubjects": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"maxLength": 1,
"description": "Echoes the additional subject included in the actor-deduplicated union, when requested."
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"subject"
],
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string",
"maxLength": 512
},
"subject": {
"type": "string",
"format": "at-uri"
},
"additionalSubjects": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"maxLength": 1,
"description": "Optional additional public subject to union with one primary subject. Actors are deduplicated across both. Clients must verify the relationship; this query does not assert that the subjects identify the same post. For counts, requires exactly one primary subject."
}
}
},
"description": "Public actors who cheered a canonical post, with one entry per actor. No authentication is required; responses contain public records only."
},
"cheerView": {
"type": "object",
"required": [
"uri",
"author",
"createdAt"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the actor-owned public Cheers record represented by this entry."
},
"author": {
"type": "string",
"format": "did"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "Creation time of the represented Cheers record."
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:mcsqdltevtjpu26xthzzmm2l
- CID
-
bafyreie3att666ptjcrbyflz7vgbwvcxce7nerahzdws2wns33pome5cfu
- Indexed At
- 2026-09-17 17:23 UTC
- AT-URI
-
at://did:plc:mcsqdltevtjpu26xthzzmm2l/com.atproto.lexicon.schema/support.supper.feed.listCheers