{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/web-of-science-apis/json-structure/web-of-science-author-structure.json", "title": "Author", "description": "An author of a Web of Science document", "type": "object", "properties": { "displayName": { "type": "str", "description": "Full display name of the author" }, "wosStandard": { "type": "str", "description": "Standardized author name format used in Web of Science" }, "researcherId": { "type": "str", "description": "Researcher ID if available" } } }