Maximum Ingredient Count

The maxIngredientsCount object sets the maximum ingredient count per meal. These are optional fields.

List of Fields

Example

 maxIngredientsCount:{
      breakfast:5,
      dinner:5,
      snack:3,
      lunch:6
    }

Use this object in the following :

Last updated