Skip to main content

Holiday

Holidays schema.

countrystringrequired

Counry/Calendar this holiday belongs to

Example: United Kingdom
datedaterequired

Date of holiday

Example: 2000-01-01
namestringrequired

Name of holiday

Example: New year
Holiday
{
"country": "United Kingdom",
"date": "2000-01-01",
"name": "New year"
}