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": 10,
"maximum": 10,
"suggested": 11
},
"weight": {
"minimum": 15,
"maximum": 17,
"suggested": 14
},
"persons": {
"minimum": 13,
"maximum": 10,
"suggested": 15
}
}