Web of Science APIs · JSON Structure

Web Of Science Wos Record Structure

A full Web of Science record with all metadata fields

Type: object Properties: 3
ResearchAcademicBibliometricsCitationsScienceScholarly

Web Of Science Wos Record 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

UID static_data dynamic_data

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-wos-record-structure.json",
  "title": "WosRecord",
  "description": "A full Web of Science record with all metadata fields",
  "type": "object",
  "properties": {
    "UID": {
      "type": "str",
      "description": "Web of Science unique identifier"
    },
    "static_data": {
      "type": "#StaticData"
    },
    "dynamic_data": {
      "type": "#DynamicData"
    }
  }
}