time_of_day and public_holiday are accepted; any other key is rejected.{
"time_of_day": {
"days": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"start": "08:00",
"end": "17:00"
},
"public_holiday": true
}