pub.chive.resolve.byExternalId

chive.pub

{
  "id": "pub.chive.resolve.byExternalId",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "found"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT-URI of the matched entity."
            },
            "found": {
              "type": "boolean",
              "description": "Whether a matching entity was found."
            },
            "label": {
              "type": "string",
              "description": "Display label for the matched entity."
            },
            "webPath": {
              "type": "string",
              "description": "Chive web path that renders this entity (e.g., /eprints/...)."
            },
            "entityType": {
              "type": "string",
              "description": "Kind of entity that matched.",
              "knownValues": [
                "eprint",
                "author",
                "graphNode"
              ]
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "system",
          "identifier"
        ],
        "properties": {
          "system": {
            "type": "string",
            "description": "External identifier system.",
            "knownValues": [
              "doi",
              "arxiv",
              "orcid",
              "ror",
              "isbn",
              "pmid",
              "wikidata"
            ]
          },
          "identifier": {
            "type": "string",
            "description": "Identifier value (without URL prefix)."
          }
        }
      },
      "description": "Resolve an external identifier (DOI, arXiv, ORCID, ROR, ISBN, etc.) to the Chive entity that declares it — either a Chive-native eprint submission or a knowledge-graph node."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.resolve.byExternalId

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@