{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/web-of-science-apis/json-schema/web-of-science-citation-count-schema.json", "title": "CitationCount", "description": "Citation count for a specific database", "type": "object", "properties": { "db": { "type": "string", "description": "Database code (e.g., WOS)" }, "count": { "type": "integer", "description": "Number of times cited" } } }