Calendarific · JSON Structure

Calendarific Country Structure

JSON Structure definition of a Calendarific Country resource.

Type: object Properties: 5
CalendarPublic APIsHolidaysWorldwideLocalization

CalendarificCountry is a JSON Structure definition published by Calendarific, describing 5 properties. It conforms to the https://json-structure.org/draft/v0/schema meta-schema.

Properties

country_name iso-3166 total_holidays supported_languages uuid

Meta-schema: https://json-structure.org/draft/v0/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/v0/schema",
  "name": "CalendarificCountry",
  "type": "object",
  "description": "JSON Structure definition of a Calendarific Country resource.",
  "properties": {
    "country_name": { "type": "string" },
    "iso-3166": { "type": "string" },
    "total_holidays": { "type": "int32" },
    "supported_languages": { "type": "int32" },
    "uuid": { "type": "string", "format": "uuid" }
  }
}