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

30 lines
601 B
JSON

{
"_schema": "Recipe",
"_type": "Recipe",
"name": "Simple Salad",
"image": "https://example.com/salad.jpg",
"author": {
"_type": "Person",
"name": "Alex Chef"
},
"keywords": [
"healthy",
"salad"
],
"description": "A quick green salad.",
"prepTime": "PT10M",
"cookTime": "PT0M",
"recipeYield": "2 servings",
"recipeIngredient": [
"100 g lettuce",
"5 cherry tomatoes",
"1 tbsp olive oil",
"Pinch of salt"
],
"recipeInstructions": [
"Wash and dry the lettuce.",
"Halve the cherry tomatoes.",
"Toss with olive oil and salt."
]
}