Count value for a specific year
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/web-of-science-apis/json-schema/web-of-science-year-count-schema.json", "title": "YearCount", "description": "Count value for a specific year", "type": "object", "properties": { "year": { "type": "integer", "description": "Year" }, "count": { "type": "integer", "description": "Count for that year" } } }