Holiday
Holidays schema.
countrystringrequired
Counry/Calendar this holiday belongs to
Example:
United Kingdomdatedaterequired
Date of holiday
Example:
2000-01-01namestringrequired
Name of holiday
Example:
New yearHoliday
{
"country": "United Kingdom",
"date": "2000-01-01",
"name": "New year"
}