YearCount

Count value for a specific year

ResearchAcademicBibliometricsCitationsScienceScholarly

Properties

Name Type Description
year integer Year
count integer Count for that year
View JSON Schema on GitHub

JSON Schema

web-of-science-year-count-schema.json Raw ↑
{
  "$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"
    }
  }
}