{
"attendances": [
{
"break": 120,
"comment": {
"$ref": "#/components/schemas/UpdateAttendancePeriodRequest/example/comment"
},
"date": "2017-01-18",
"employee": 1234,
"end_time": "18:00",
"start_time": "08:00"
},
{
"break": 35,
"comment": "I was productive as hell",
"date": "2017-01-17",
"employee": 1235,
"end_time": "12:00",
"start_time": "09:00"
}
]
}