Fields when send to the api inside a request.
Field | Type | Description |
---|---|---|
days | String | Day or days for which these hours are applicable. In human readable, translated format. e.g. Monday, or Mon - Tu.e |
times | [String] | List of string representation of times. E.g. "11:00 - 12:00", "Closed" or something else |
Fields when returned by the api in a response.
Field | Type | Description |
---|---|---|
days | String | Day or days for which these hours are applicable. In human readable, translated format. e.g. Monday, or Mon - Tu.e |
times | [String] | List of string representation of times. E.g. "11:00 - 12:00", "Closed" or something else |
{
"days": "5",
"times": [
"08:14 - 14:42",
"08:14 - 14:42",
"08:14 - 14:42"
]
}