Type name: Recipe
Extends CreativeWork
Name | Type | Description |
---|---|---|
cookingMethod | Text | The method of cooking, such as Frying, Steaming, ... |
cookTime | Duration | The time it takes to actually cook the dish, in ISO 8601 duration format. |
ingredients | Text | An ingredient used in the recipe. |
nutrition | NutritionInformation | Nutrition information about the recipe. |
prepTime | Duration | The length of time it takes to prepare the recipe, in ISO 8601 duration format. |
recipeCategory | Text | The category of the recipe—for example, appetizer, entree, etc. |
recipeCuisine | Text | The cuisine of the recipe (for example, French or Ethiopian). |
recipeInstructions | Text | The steps to make the dish. |
recipeYield | Text | The quantity produced by the recipe (for example, number of people served, number of servings, etc). |
totalTime | Duration | The total time it takes to prepare and cook the recipe, in ISO 8601 duration format. |