Web of Science APIs · JSON Structure

Web Of Science Author Structure

An author of a Web of Science document

Type: object Properties: 3
ResearchAcademicBibliometricsCitationsScienceScholarly

Web Of Science Author Structure is a JSON Structure definition published by Web of Science APIs, describing 3 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

displayName wosStandard researcherId

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

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