Web of Science APIs · JSON Structure

Web Of Science Document Names Structure

Author and editor names

Type: object Properties: 1
ResearchAcademicBibliometricsCitationsScienceScholarly

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

Properties

authors

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-document-names-structure.json",
  "title": "DocumentNames",
  "description": "Author and editor names",
  "type": "object",
  "properties": {
    "authors": {
      "type": "array",
      "description": "List of authors"
    }
  }
}