Author

An author of a Web of Science document

ResearchAcademicBibliometricsCitationsScienceScholarly

Properties

Name Type Description
displayName string Full display name of the author
wosStandard string Standardized author name format used in Web of Science
researcherId string Researcher ID if available
View JSON Schema on GitHub

JSON Schema

web-of-science-author-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/web-of-science-apis/json-schema/web-of-science-author-schema.json",
  "title": "Author",
  "description": "An author of a Web of Science document",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "Full display name of the author"
    },
    "wosStandard": {
      "type": "string",
      "description": "Standardized author name format used in Web of Science"
    },
    "researcherId": {
      "type": "string",
      "description": "Researcher ID if available"
    }
  }
}