{
  "@context": "https://schema.org",
  "@type": "Product",
  "@id": "https://anchor.kevinmurphywebdev.com/products/tideline-chemex-six",
  "name": "Tideline Chemex Six",
  "brand": {
    "@type": "Brand",
    "name": "Tideline"
  },
  "category": "brewer",
  "description": "Six-cup hourglass brewer with a wood collar and leather tie. For batch pour-overs.",
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "Capacity",
      "value": "6 cups"
    },
    {
      "@type": "PropertyValue",
      "name": "Material",
      "value": "Borosilicate glass"
    },
    {
      "@type": "PropertyValue",
      "name": "Filter",
      "value": "Bonded, square-fold"
    },
    {
      "@type": "PropertyValue",
      "name": "Drawdown",
      "value": "4:00-5:30 typical"
    }
  ],
  "offers": {
    "@type": "Offer",
    "@id": "https://anchor.kevinmurphywebdev.com/products/tideline-chemex-six#offer",
    "url": "https://anchor.kevinmurphywebdev.com/products/tideline-chemex-six",
    "priceCurrency": "USD",
    "price": "55.00",
    "availability": "https://schema.org/InStock",
    "seller": {
      "@type": "Organization",
      "name": "anchor"
    }
  }
}