{
"id": "pub.chive.actor.discoverAuthorIds",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "AuthenticationRequired"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"searchedName",
"matches"
],
"properties": {
"matches": {
"type": "array",
"items": {
"ref": "#authorMatch",
"type": "ref"
}
},
"searchedName": {
"type": "string",
"description": "The name that was searched"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"name": {
"type": "string",
"minLength": 1,
"description": "Author name to search for"
},
"limit": {
"type": "integer",
"default": 5,
"maximum": 20,
"minimum": 1,
"description": "Maximum number of matches to return"
}
}
},
"description": "Discover external author IDs (OpenAlex, Semantic Scholar, etc.) by searching for a name across academic databases"
},
"authorMatch": {
"type": "object",
"required": [
"displayName",
"worksCount",
"citedByCount",
"ids"
],
"properties": {
"ids": {
"ref": "#externalIds",
"type": "ref"
},
"worksCount": {
"type": "integer",
"minimum": 0,
"description": "Number of works attributed to this author"
},
"displayName": {
"type": "string",
"description": "Display name from the database"
},
"institution": {
"type": "string",
"description": "Current institutional affiliation"
},
"citedByCount": {
"type": "integer",
"minimum": 0,
"description": "Total citation count"
}
},
"description": "A potential author match from academic databases"
},
"externalIds": {
"type": "object",
"properties": {
"dblp": {
"type": "string",
"description": "DBLP author identifier"
},
"orcid": {
"type": "string",
"description": "ORCID identifier"
},
"openalex": {
"type": "string",
"description": "OpenAlex author ID (e.g., A5023888391)"
},
"semanticScholar": {
"type": "string",
"description": "Semantic Scholar author ID"
}
},
"description": "External author identifiers from various databases"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1
}
Metadata
- DID
-
did:plc:7natp5xae72bddaqlkef2t4e
- CID
-
bafyreihpwb2mom4qq67lmjxqu5t6dk4gf5gfkekqvopcfvrrxzzwv3ehqm
- Indexed At
- 2026-05-04 17:29 UTC
- AT-URI
-
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.actor.discoverAuthorIds