pub.chive.endorsement.listForUser

chive.pub

{
  "id": "pub.chive.endorsement.listForUser",
  "defs": {
    "main": {
      "type": "query",
      "errors": [],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "endorsements",
            "hasMore"
          ],
          "properties": {
            "total": {
              "type": "integer",
              "description": "Total number of endorsements"
            },
            "cursor": {
              "type": "string",
              "description": "Cursor for next page"
            },
            "hasMore": {
              "type": "boolean",
              "description": "Whether more results are available"
            },
            "endorsements": {
              "type": "array",
              "items": {
                "ref": "#endorsementView",
                "type": "ref"
              },
              "description": "List of endorsements given by the user"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "endorserDid"
        ],
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1,
            "description": "Maximum number of results to return"
          },
          "cursor": {
            "type": "string",
            "description": "Pagination cursor for next page"
          },
          "endorserDid": {
            "type": "string",
            "format": "did",
            "description": "DID of the endorser"
          },
          "contributionType": {
            "type": "string",
            "description": "Filter by contribution type",
            "knownValues": [
              "methodological",
              "analytical",
              "theoretical",
              "empirical",
              "conceptual",
              "technical",
              "data",
              "replication",
              "reproducibility",
              "synthesis",
              "interdisciplinary",
              "pedagogical",
              "visualization",
              "societal-impact",
              "clinical"
            ]
          }
        }
      },
      "description": "List endorsements given by a specific user"
    },
    "authorRef": {
      "type": "object",
      "required": [
        "did"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "avatar": {
          "type": "string",
          "format": "uri"
        },
        "handle": {
          "type": "string"
        },
        "displayName": {
          "type": "string"
        }
      }
    },
    "endorsementView": {
      "type": "object",
      "required": [
        "uri",
        "cid",
        "eprintUri",
        "endorser",
        "contributions",
        "createdAt"
      ],
      "properties": {
        "cid": {
          "type": "string",
          "description": "Content identifier"
        },
        "uri": {
          "type": "string",
          "format": "at-uri",
          "description": "Endorsement AT-URI"
        },
        "comment": {
          "type": "string",
          "maxLength": 1000,
          "description": "Optional comment"
        },
        "endorser": {
          "ref": "#authorRef",
          "type": "ref"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime",
          "description": "Creation timestamp"
        },
        "eprintUri": {
          "type": "string",
          "format": "at-uri",
          "description": "Endorsed eprint AT-URI"
        },
        "eprintTitle": {
          "type": "string",
          "description": "Title of the endorsed eprint"
        },
        "contributions": {
          "type": "array",
          "items": {
            "type": "string",
            "knownValues": [
              "methodological",
              "analytical",
              "theoretical",
              "empirical",
              "conceptual",
              "technical",
              "data",
              "replication",
              "reproducibility",
              "synthesis",
              "interdisciplinary",
              "pedagogical",
              "visualization",
              "societal-impact",
              "clinical"
            ]
          },
          "minLength": 1,
          "description": "Contribution types being endorsed"
        }
      },
      "description": "View of an endorsement"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.endorsement.listForUser

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@