pub.chive.endorsement.getSummary

chive.pub

{
  "id": "pub.chive.endorsement.getSummary",
  "defs": {
    "main": {
      "type": "query",
      "errors": [],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "total",
            "endorserCount",
            "byType"
          ],
          "properties": {
            "total": {
              "type": "integer",
              "minimum": 0,
              "description": "Total endorsement count"
            },
            "byType": {
              "ref": "#endorsementCountByType",
              "type": "ref",
              "description": "Count by contribution type"
            },
            "endorserCount": {
              "type": "integer",
              "minimum": 0,
              "description": "Unique endorser count"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "eprintUri"
        ],
        "properties": {
          "eprintUri": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the eprint"
          }
        }
      },
      "description": "Get endorsement summary (counts by contribution type) for an eprint"
    },
    "endorsementCountByType": {
      "type": "object",
      "properties": {},
      "description": "Map of contribution type slug to endorsement count"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.endorsement.getSummary

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7natp5xae72bddaqlkef2t4e
CID
bafyreidq7rjvtzbwlihvi2k6hlk3rdpdpy42ottnkdx57okzqrdtefxw7m
Indexed At
2026-05-04 17:29 UTC
AT-URI
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.endorsement.getSummary

Lexicon Garden

@