Holiday API · JSON Structure

Holidays Response Structure

Type: object Properties: 4
CalendarHolidaysPublic HolidaysObservancesReference DataCountriesLanguagesWorkdaysBusiness DaysLocalization

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

Properties

status requests error warning

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Response",
  "type": "object",
  "properties": {
    "status": {"type": "integer"},
    "requests": {
      "type": "object",
      "properties": {
        "used": {"type": "integer"},
        "available": {"type": "integer"},
        "resets": {"type": "string"}
      }
    },
    "error": {"type": "string"},
    "warning": {"type": "string"}
  }
}