{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/web-of-science-apis/json-structure/web-of-science-citation-count-structure.json", "title": "CitationCount", "description": "Citation count for a specific database", "type": "object", "properties": { "db": { "type": "str", "description": "Database code (e.g., WOS)" }, "count": { "type": "int32", "description": "Number of times cited" } } }