Web of Science APIs · JSON Structure

Web Of Science Document Keywords Structure

Keywords associated with the document

Type: object Properties: 2
ResearchAcademicBibliometricsCitationsScienceScholarly

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

Properties

authorKeywords keywordsPlus

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-keywords-structure.json",
  "title": "DocumentKeywords",
  "description": "Keywords associated with the document",
  "type": "object",
  "properties": {
    "authorKeywords": {
      "type": "array",
      "description": "Keywords provided by the authors"
    },
    "keywordsPlus": {
      "type": "array",
      "description": "Keywords Plus generated from references"
    }
  }
}