Calendarific · JSON Structure

Calendarific Language Structure

JSON Structure definition of a Calendarific Language resource.

Type: object Properties: 2
CalendarPublic APIsHolidaysWorldwideLocalization

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

Properties

name iso-639

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/v0/schema",
  "name": "CalendarificLanguage",
  "type": "object",
  "description": "JSON Structure definition of a Calendarific Language resource.",
  "properties": {
    "name": { "type": "string" },
    "iso-639": { "type": "string" }
  }
}