Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.34 KB

RecipeObjectItems.md

File metadata and controls

20 lines (17 loc) · 1.34 KB

RecipeObjectItems

Properties

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

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