13 lines
163 B
JSON
13 lines
163 B
JSON
{
|
|
"_type": "Recipe",
|
|
"name": "Typo Recipe",
|
|
"recipeIngredient": [
|
|
"Item 1",
|
|
"Item 2"
|
|
],
|
|
"recipeInstructions": [
|
|
"Step 1",
|
|
"Step 2"
|
|
]
|
|
}
|