Web of Science APIs · JSON Structure

Web Of Science Dynamic Data Structure

Dynamic data including citation counts

Type: object Properties: 1
ResearchAcademicBibliometricsCitationsScienceScholarly

Web Of Science Dynamic Data 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

citation_related

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-dynamic-data-structure.json",
  "title": "DynamicData",
  "description": "Dynamic data including citation counts",
  "type": "object",
  "properties": {
    "citation_related": {
      "type": "map",
      "description": "Citation count information"
    }
  }
}