A full Web of Science record with all metadata fields
{ "$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" } } }