Files
marka/testdata/data/baguette/output.json
Max Richter b13d5015f4 wip
2025-09-25 16:41:26 +02:00

19 lines
313 B
JSON

{
"_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"
]
}