An overview of the minimum and maximum values for all amount types.
Field | Type | Description |
---|---|---|
amount | MinMax | Contains the minimum, maximum and suggested amount |
weight | MinMax | Contains the minimum, maximum and suggested amount |
persons | MinMax | Contains the minimum, maximum and suggested amount |
{
"amount": {
"minimum": 13,
"maximum": 13,
"suggested": 18
},
"weight": {
"minimum": 18,
"maximum": 12,
"suggested": 12
},
"persons": {
"minimum": 12,
"maximum": 15,
"suggested": 19
}
}