Name | Type | Description | Notes |
---|---|---|---|
Ingredient | string | Ingredient name | [optional] [default to null] |
IngredientDescription | string | Description of the ingredient | [optional] [default to null] |
DietLabel | string | Name of the diet with which this ingredient may not be compatible | [optional] [default to null] |
IsCompatible | string | A description of if we believe this ingredient is compatible with the diet | [optional] [default to null] |
CompatibilityLevel | int32 | A numeric representation of if we believe this ingredient is compatible with the diet. Higher values indicate more compatibility | [optional] [default to null] |
CompatibilityDescription | string | A description of how we graded this ingredient for compatibility with the diet | [optional] [default to null] |
IsAllergen | bool | Boolean representing if the ingredient is a known allergen | [optional] [default to null] |