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