pub.chive.actor.getMyProfile

chive.pub

{
  "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
}

Validate Record

Validate a record against pub.chive.actor.getMyProfile

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@