support.supper.feed.getCheerCounts

supper.support

{
  "id": "support.supper.feed.getCheerCounts",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "counts"
          ],
          "properties": {
            "counts": {
              "type": "array",
              "items": {
                "ref": "#count",
                "type": "ref"
              },
              "maxLength": 25
            },
            "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": [
          "subjects"
        ],
        "properties": {
          "viewer": {
            "type": "string",
            "format": "did"
          },
          "subjects": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "maxLength": 25,
            "minLength": 1
          },
          "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": "Batched public Cheers counts, deduplicated by actor and subject URI. Viewer is a public actor DID, not authentication. No authentication is required; responses contain public records only."
    },
    "count": {
      "type": "object",
      "required": [
        "subject",
        "count"
      ],
      "properties": {
        "count": {
          "type": "integer",
          "minimum": 0
        },
        "subject": {
          "type": "string",
          "format": "at-uri"
        },
        "viewerCheerUri": {
          "type": "string",
          "format": "at-uri"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against support.supper.feed.getCheerCounts

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mcsqdltevtjpu26xthzzmm2l
CID
bafyreiesepcfp6gicem3mv3ctmcq7etb5jnikox44zh3nxk26x3mwpbfdm
Indexed At
2026-09-17 17:23 UTC
AT-URI
at://did:plc:mcsqdltevtjpu26xthzzmm2l/com.atproto.lexicon.schema/support.supper.feed.getCheerCounts

Lexicon Garden

@