Web of Science APIs · JSON Structure

Web Of Science Time Span Structure

Date range for filtering

Type: object Properties: 2
ResearchAcademicBibliometricsCitationsScienceScholarly

Web Of Science Time Span Structure is a JSON Structure definition published by Web of Science APIs, describing 2 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

begin end

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api-evangelist.github.io/web-of-science-apis/json-structure/web-of-science-time-span-structure.json",
  "title": "TimeSpan",
  "description": "Date range for filtering",
  "type": "object",
  "properties": {
    "begin": {
      "type": "date",
      "description": "Start date in YYYY-MM-DD format"
    },
    "end": {
      "type": "date",
      "description": "End date in YYYY-MM-DD format"
    }
  }
}