Files

13 lines
198 B
JSON

{
"@context": "https://schema.org",
"@type": "Recipe",
"name": "Typo Recipe",
"recipeIngredient": [
"Item 1",
"Item 2"
],
"recipeInstructions": [
"Step 1",
"Step 2"
]
}