{
  "@context": "https://schema.org",
  "@type": "Product",
  "@id": "https://anchor.kevinmurphywebdev.com/products/delta-espresso-machine",
  "name": "Delta Espresso Machine",
  "brand": {
    "@type": "Brand",
    "name": "Delta"
  },
  "category": "brewer",
  "description": "Dual-boiler espresso machine with PID temperature control and a flow-profiling group head.",
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "Boilers",
      "value": "Dual, 1.4L steam + 0.6L brew"
    },
    {
      "@type": "PropertyValue",
      "name": "Group",
      "value": "E61, flow-profiling lever"
    },
    {
      "@type": "PropertyValue",
      "name": "Pressure",
      "value": "Adjustable 1-12 bar"
    },
    {
      "@type": "PropertyValue",
      "name": "Heat-up",
      "value": "12 minutes"
    }
  ],
  "offers": {
    "@type": "Offer",
    "@id": "https://anchor.kevinmurphywebdev.com/products/delta-espresso-machine#offer",
    "url": "https://anchor.kevinmurphywebdev.com/products/delta-espresso-machine",
    "priceCurrency": "USD",
    "price": "2499.00",
    "availability": "https://schema.org/InStock",
    "seller": {
      "@type": "Organization",
      "name": "anchor"
    }
  }
}