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] |