support.supper.comments.getCommentCounts

supper.support

{
  "id": "support.supper.comments.getCommentCounts",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "counts"
          ],
          "properties": {
            "counts": {
              "type": "array",
              "items": {
                "ref": "#countView",
                "type": "ref"
              },
              "maxLength": 25
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "subjects"
        ],
        "properties": {
          "probes": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "maxLength": 100,
            "description": "Optional public comment record URIs whose presence in the valid counted thread set should be confirmed for cache reconciliation."
          },
          "subjects": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri"
            },
            "maxLength": 25,
            "minLength": 1,
            "description": "AT URIs of site.standard.document, support.supper.feed.post, fm.plyr.track, or support.supper.poll.poll records whose public Supper comments should be counted. The service must reject subjects outside those collections."
          }
        }
      },
      "description": "Return public Supper comment totals for a bounded set of site.standard.document, support.supper.feed.post, fm.plyr.track, or support.supper.poll.poll records. This count-only query is intended for feed cards and other batched summaries."
    },
    "countView": {
      "type": "object",
      "required": [
        "subject",
        "total",
        "countedUris"
      ],
      "properties": {
        "total": {
          "type": "integer",
          "minimum": 0
        },
        "subject": {
          "type": "string",
          "format": "at-uri",
          "description": "Exact site.standard.document, support.supper.feed.post, fm.plyr.track, or support.supper.poll.poll AT URI represented by this count."
        },
        "countedUris": {
          "type": "array",
          "items": {
            "type": "string",
            "format": "at-uri"
          },
          "maxLength": 100,
          "description": "The requested probe URIs that currently belong to this subject's valid counted thread set."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against support.supper.comments.getCommentCounts

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@