Skip to content

Instantly share code, notes, and snippets.

@MSavisko
Last active April 26, 2019 11:50
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 MSavisko/257ca1cdfa110031916495c199ccbe8c to your computer and use it in GitHub Desktop.
Save MSavisko/257ca1cdfa110031916495c199ccbe8c to your computer and use it in GitHub Desktop.
New working hours representation
{
"is_now_available": true,
"days": [
{
"weekday": 0,
"working_hours": [
{
"from": "8:00",
"till": "13:00"
},
{
"from": "14:00",
"till": "22:00"
}
]
},
{
"weekday": 1,
"working_hours": [
{
"from": "9:00",
"till": "15:00"
},
{
"from": "16:00",
"till": "21:00"
}
]
},
{
"weekday": 2,
"working_hours": [
{
"from": "9:00",
"till": "15:00"
},
{
"from": "16:00",
"till": "21:00"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment