- Source:
Members
(inner, constant) RecipeSchema
A Schema object for the Recipe Model
Properties:
Name | Type | Description |
---|---|---|
route_id |
string | A unique 11 character string that must be generated by RouteID |
name |
string | The name for the recipe |
instructions |
array | An array of ObjectIDs that reference Instruction. |
ingredients |
array | An array of ObjectIDs that reference Ingredient. |
- Source: