Files
marka/testdata/data/baguette/output.json
2025-09-30 19:28:56 +02:00

20 lines
336 B
JSON

{
"_schema": "Recipe",
"_type": "Recipe",
"name": "Baguette",
"author": {
"_type": "Person",
"name": "Max Richter"
},
"description": "My favourite baguette recipe",
"recipeIngredient": [
"Flour",
"Water",
"Salt"
],
"recipeInstructions": [
"Mix Flour Water and Salt",
"Bake the bread"
]
}