{
"id": "pub.chive.actor.getMyProfile",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "PDSNotFound"
}
],
"output": {
"schema": {
"type": "object",
"properties": {
"bio": {
"type": "string",
"description": "Biography text"
},
"orcid": {
"type": "string",
"description": "ORCID identifier"
},
"dblpId": {
"type": "string",
"description": "DBLP author identifier"
},
"fields": {
"type": "array",
"items": {
"type": "string"
},
"description": "Research field identifiers"
},
"openAlexId": {
"type": "string",
"description": "OpenAlex author ID"
},
"displayName": {
"type": "string",
"description": "Display name"
},
"affiliations": {
"type": "array",
"items": {
"ref": "pub.chive.defs#affiliation",
"type": "ref"
},
"description": "Current institutional affiliations"
},
"nameVariants": {
"type": "array",
"items": {
"type": "string"
},
"description": "Alternative name forms for paper matching"
},
"openReviewId": {
"type": "string",
"description": "OpenReview profile ID"
},
"arxivAuthorId": {
"type": "string",
"description": "arXiv author identifier"
},
"scopusAuthorId": {
"type": "string",
"description": "Scopus author ID"
},
"googleScholarId": {
"type": "string",
"description": "Google Scholar profile ID"
},
"researchKeywords": {
"type": "array",
"items": {
"ref": "#researchKeyword",
"type": "ref"
},
"description": "Research topics and keywords"
},
"semanticScholarId": {
"type": "string",
"description": "Semantic Scholar author ID"
},
"previousAffiliations": {
"type": "array",
"items": {
"ref": "pub.chive.defs#affiliation",
"type": "ref"
},
"description": "Past institutional affiliations"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {}
},
"description": "Get the authenticated user's Chive profile from their PDS"
},
"researchKeyword": {
"type": "object",
"required": [
"label"
],
"properties": {
"label": {
"type": "string",
"description": "Keyword label"
},
"fastId": {
"type": "string",
"description": "FAST subject heading ID"
},
"wikidataId": {
"type": "string",
"description": "Wikidata entity ID"
}
},
"description": "Research keyword with optional authority IDs"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 2
}