{
  "@context": "/schema-context.jsonld",
  "@type": "Recipe",
  "name": [
    "Sample soup",
    "Second name in an array"
  ],
  "datePublished": 20260101,
  "prepTime": "15 minutes",
  "recipeYield": {
    "servings": 4
  },
  "recipeIngredient": "2 sample onions, 400 g sample root vegetables",
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "four point eight",
    "ratingCount": "many"
  },
  "nutrition": {
    "@type": "NutritionInformation",
    "calories": 180
  },
  "author": {
    "@type": "Persson",
    "name": "A. Sample"
  },
  "image": {
    "url": "https://cdn.example.net/img/soup.jpg"
  }
}
