Name | Type | Description | Notes |
---|---|---|---|
Id | string | Unique recipe ID | [optional] |
Title | string | Recipe title | [optional] |
Meta | RecipeObjectMeta | [optional] | |
Categories | List<string> | [optional] | |
Author | string | The author of this recipe. You must attribute this author when displaying this recipe. | [optional] |
Keywords | List<string> | [optional] | |
Topics | List<string> | [optional] | |
Attributes | RecipeObjectAttributes | [optional] | |
Ingredients | List<RecipeObjectIngredients> | An array containing this recipe's ingredients | [optional] |
BaseIngredients | List<string> | [optional] | |
Nutrients | RecipeObjectNutrients | [optional] | |
DiabeticExchanges | List<string> | [optional] |