pub.chive.review.endorsement

chive.pub

{
  "id": "pub.chive.review.endorsement",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "eprintUri",
          "contributions",
          "createdAt"
        ],
        "properties": {
          "comment": {
            "type": "string",
            "maxLength": 5000,
            "description": "Optional comment explaining the endorsement"
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "eprintUri": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the eprint being endorsed"
          },
          "contributions": {
            "type": "array",
            "items": {
              "type": "string",
              "knownValues": [
                "methodological",
                "analytical",
                "theoretical",
                "empirical",
                "conceptual",
                "technical",
                "data",
                "replication",
                "reproducibility",
                "synthesis",
                "interdisciplinary",
                "pedagogical",
                "visualization",
                "societal-impact",
                "clinical"
              ]
            },
            "maxLength": 15,
            "minLength": 1,
            "description": "Set of contribution types being endorsed (min 1, no duplicates)"
          },
          "schemaRevision": {
            "type": "integer",
            "minimum": 1,
            "description": "Schema revision this record was created with. Absent means revision 1."
          }
        }
      },
      "description": "Endorsement of one or more contribution types in a preprint"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.review.endorsement

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@