Created
January 15, 2022 18:33
-
-
Save jcdan3/5a158c9d12aaa93a94de4bac43b68cc1 to your computer and use it in GitHub Desktop.
payload.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"date": "2020-01-01", | |
"localName": "New Year's Day", | |
"name": "New Year's Day", | |
"countryCode": "US", | |
"fixed": false, | |
"global": true, | |
"counties": null, | |
"launchYear": null, | |
"type": "Public" | |
}, | |
{ | |
"date": "2020-01-20", | |
"localName": "Martin Luther King, Jr. Day", | |
"name": "Martin Luther King, Jr. Day", | |
"countryCode": "US", | |
"fixed": false, | |
"global": true, | |
"counties": null, | |
"launchYear": null, | |
"type": "Public" | |
}, | |
{ | |
"date": "2020-02-17", | |
"localName": "Presidents Day", | |
"name": "Washington's Birthday", | |
"countryCode": "US", | |
"fixed": false, | |
"global": true, | |
"counties": null, | |
"launchYear": null, | |
"type": "Public" | |
}, | |
{ | |
"date": "2020-04-10", | |
"localName": "Good Friday", | |
"name": "Good Friday", | |
"countryCode": "US", | |
"fixed": false, | |
"global": false, | |
"counties": [ | |
"US-CT", | |
"US-DE", | |
"US-HI", | |
"US-IN", | |
"US-KY", | |
"US-LA", | |
"US-NC", | |
"US-ND", | |
"US-NJ", | |
"US-TN" | |
], | |
"launchYear": null, | |
"type": "Public" | |
}, | |
{ | |
"date": "2020-04-10", | |
"localName": "Good Friday", | |
"name": "Good Friday", | |
"countryCode": "US", | |
"fixed": false, | |
"global": false, | |
"counties": [ | |
"US-TX" | |
], | |
"launchYear": null, | |
"type": "Optional" | |
}, | |
{ | |
"date": "2020-05-25", | |
"localName": "Memorial Day", | |
"name": "Memorial Day", | |
"countryCode": "US", | |
"fixed": false, | |
"global": true, | |
"counties": null, | |
"launchYear": null, | |
"type": "Public" | |
}, | |
{ | |
"date": "2020-07-03", | |
"localName": "Independence Day", | |
"name": "Independence Day", | |
"countryCode": "US", | |
"fixed": false, | |
"global": true, | |
"counties": null, | |
"launchYear": null, | |
"type": "Public" | |
}, | |
{ | |
"date": "2020-09-07", | |
"localName": "Labor Day", | |
"name": "Labour Day", | |
"countryCode": "US", | |
"fixed": false, | |
"global": true, | |
"counties": null, | |
"launchYear": null, | |
"type": "Public" | |
}, | |
{ | |
"date": "2020-10-12", | |
"localName": "Columbus Day", | |
"name": "Columbus Day", | |
"countryCode": "US", | |
"fixed": false, | |
"global": false, | |
"counties": [ | |
"US-AL", | |
"US-AZ", | |
"US-CO", | |
"US-CT", | |
"US-DC", | |
"US-GA", | |
"US-ID", | |
"US-IL", | |
"US-IN", | |
"US-IA", | |
"US-KS", | |
"US-KY", | |
"US-LA", | |
"US-ME", | |
"US-MD", | |
"US-MA", | |
"US-MS", | |
"US-MO", | |
"US-MT", | |
"US-NE", | |
"US-NH", | |
"US-NJ", | |
"US-NM", | |
"US-NY", | |
"US-NC", | |
"US-OH", | |
"US-OK", | |
"US-PA", | |
"US-RI", | |
"US-SC", | |
"US-TN", | |
"US-UT", | |
"US-VA", | |
"US-WV" | |
], | |
"launchYear": null, | |
"type": "Public" | |
}, | |
{ | |
"date": "2020-11-11", | |
"localName": "Veterans Day", | |
"name": "Veterans Day", | |
"countryCode": "US", | |
"fixed": false, | |
"global": true, | |
"counties": null, | |
"launchYear": null, | |
"type": "Public" | |
}, | |
{ | |
"date": "2020-11-26", | |
"localName": "Thanksgiving Day", | |
"name": "Thanksgiving Day", | |
"countryCode": "US", | |
"fixed": false, | |
"global": true, | |
"counties": null, | |
"launchYear": 1863, | |
"type": "Public" | |
}, | |
{ | |
"date": "2020-12-25", | |
"localName": "Christmas Day", | |
"name": "Christmas Day", | |
"countryCode": "US", | |
"fixed": false, | |
"global": true, | |
"counties": null, | |
"launchYear": null, | |
"type": "Public" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment