feat: renderer
This commit is contained in:
19
testdata/data/baguette/output.json
vendored
Normal file
19
testdata/data/baguette/output.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@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"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user