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": 18,
"maximum": 18,
"suggested": 15
},
"weight": {
"minimum": 11,
"maximum": 11,
"suggested": 11
},
"persons": {
"minimum": 18,
"maximum": 16,
"suggested": 15
}
}