Holiday API · JSON Structure

Holidays Workday Structure

Type: object Properties: 2
CalendarHolidaysPublic HolidaysObservancesReference DataCountriesLanguagesWorkdaysBusiness DaysLocalization

Workday is a JSON Structure definition published by Holiday API, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

date weekday

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Workday",
  "type": "object",
  "properties": {
    "date": {"type": "string", "format": "date"},
    "weekday": {"type": "object"}
  }
}