Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save midhunkrishna/7654666 to your computer and use it in GitHub Desktop.
Save midhunkrishna/7654666 to your computer and use it in GitHub Desktop.
{
"clinicHours": {
"Monday": {
"wake_up": ["08:00"],
"sleep": ["12:00"]
},
"Tuesday": {
"wake_up": ["08:00"],
"sleep": ["12:00"]
},
"Wednesday": {
"wake_up": ["08:00"],
"sleep": ["12:00"]
},
"Thursday": {
"wake_up": ["08:00"],
"sleep": ["12:00"]
},
"Friday": {
"wake_up": ["08:00"],
"sleep": ["12:00"]
},
"Saturday": {
"wake_up": ["08:00"],
"sleep": ["12:00"]
},
"Sunday": {
"wake_up": ["08:00","13:00"],
"sleep": ["12:00","17:30"]
},
"vacations": ["26-Nov-2013","24-Dec-2013","25-Dec-2013"],
"override_days": {
"26-Nov-2013": {
"sleep": ["19:53","17:00"],
"wake_up": ["19:51","13:00"]
},
"1-Dec-2013": {
"sleep": ["12:00","17:00"],
"wake_up": ["09:00","13:00"]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment