Dictionary

Adjusted opening hours

Field Type Description
action String String enumarion of 'default', 'close', 'custom'
custom_hours [Dictionary] Array of Dictionary

Examples

Example 1

{
    "action": "default",
    "custom_hours": [
        {
            "start": "12:00",
            "end": "12:00"
        },
        {
            "start": "12:00",
            "end": "12:00"
        },
        {
            "start": "12:00",
            "end": "12:00"
        }
    ]
}
1.9.0 stable