Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.06 KB

BrandedFoodObjectDietFlags.md

File metadata and controls

15 lines (12 loc) · 1.06 KB

BrandedFoodObjectDietFlags

Properties

Name Type Description Notes
ingredient str Ingredient name [optional]
ingredient_description str Description of the ingredient [optional]
diet_label str Name of the diet with which this ingredient may not be compatible [optional]
is_compatible str A description of if we believe this ingredient is compatible with the diet [optional]
compatibility_level int A numeric representation of if we believe this ingredient is compatible with the diet. Higher values indicate more compatibility [optional]
compatibility_description str A description of how we graded this ingredient for compatibility with the diet [optional]
is_allergen bool Boolean representing if the ingredient is a known allergen [optional]

[Back to Model list] [Back to API list] [Back to README]