pub.chive.eprint.relatedWork

chive.pub

{
  "id": "pub.chive.eprint.relatedWork",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "eprintUri",
          "relatedUri",
          "relationType",
          "createdAt"
        ],
        "properties": {
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "eprintUri": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the source eprint"
          },
          "relatedUri": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the related eprint"
          },
          "description": {
            "type": "string",
            "maxLength": 500,
            "description": "Description of how the eprints are related"
          },
          "relationType": {
            "type": "string",
            "description": "Type of relationship between the two eprints",
            "knownValues": [
              "related",
              "extends",
              "replicates",
              "contradicts",
              "reviews",
              "is-supplement-to"
            ]
          },
          "schemaRevision": {
            "type": "integer",
            "minimum": 1,
            "description": "Schema revision this record was created with. Absent means revision 1."
          }
        }
      },
      "description": "User-curated related paper link between eprints"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.eprint.relatedWork

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@