WosRecord

A full Web of Science record with all metadata fields

ResearchAcademicBibliometricsCitationsScienceScholarly

Properties

Name Type Description
UID string Web of Science unique identifier
static_data object
dynamic_data object
View JSON Schema on GitHub

JSON Schema

web-of-science-wos-record-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/web-of-science-apis/json-schema/web-of-science-wos-record-schema.json",
  "title": "WosRecord",
  "description": "A full Web of Science record with all metadata fields",
  "type": "object",
  "properties": {
    "UID": {
      "type": "string",
      "description": "Web of Science unique identifier"
    },
    "static_data": {
      "$ref": "#/components/schemas/StaticData"
    },
    "dynamic_data": {
      "$ref": "#/components/schemas/DynamicData"
    }
  }
}