Dictionary

A dictionary with fields

Field Type Description
max_per String String enumarion of 'hour', '30min', '15min', 'interval'
max_amount Int An integer value
days Dictionary These max order settings only apply to these days
intervals [Dictionary] Array of Dictionary

Examples

Example 1

{
    "max_per": "hour",
    "max_amount": 18,
    "days": {
        "all": false,
        "custom": [
            16,
            18,
            10
        ]
    },
    "intervals": [
        {
            "max_amount": 18,
            "start": "12:00",
            "end": "12:00"
        },
        {
            "max_amount": 11,
            "start": "12:00",
            "end": "12:00"
        },
        {
            "max_amount": 10,
            "start": "12:00",
            "end": "12:00"
        }
    ]
}
This is a development version Do not use this version in production
1.10.0 development