Publication information
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/web-of-science-apis/json-schema/web-of-science-pub-info-schema.json", "title": "PubInfo", "description": "Publication information", "type": "object", "properties": { "pubtype": { "type": "string", "description": "Publication type" }, "pubyear": { "type": "string", "description": "Year of publication" }, "sortdate": { "type": "string", "description": "Sort date" }, "issue": { "type": "string", "description": "Issue number" }, "vol": { "type": "string", "description": "Volume number" } } }