Web of Science APIs · JSON Structure

Web Of Science Pub Info Structure

Publication information

Type: object Properties: 5
ResearchAcademicBibliometricsCitationsScienceScholarly

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

Properties

pubtype pubyear sortdate issue vol

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-pub-info-structure.json",
  "title": "PubInfo",
  "description": "Publication information",
  "type": "object",
  "properties": {
    "pubtype": {
      "type": "str",
      "description": "Publication type"
    },
    "pubyear": {
      "type": "str",
      "description": "Year of publication"
    },
    "sortdate": {
      "type": "str",
      "description": "Sort date"
    },
    "issue": {
      "type": "str",
      "description": "Issue number"
    },
    "vol": {
      "type": "str",
      "description": "Volume number"
    }
  }
}