{
  "@context": "https://schema.org",
  "@type": "Product",
  "@id": "https://anchor.kevinmurphywebdev.com/products/harbor-single-origin-ethiopia",
  "name": "Harbor Single-Origin Ethiopia",
  "brand": {
    "@type": "Brand",
    "name": "Anchor Roasters"
  },
  "category": "beans",
  "description": "Yirgacheffe natural, bright stone-fruit lead, jasmine finish. Roasted Thursdays.",
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "Roast",
      "value": "Light"
    },
    {
      "@type": "PropertyValue",
      "name": "Origin",
      "value": "Ethiopia, Yirgacheffe"
    },
    {
      "@type": "PropertyValue",
      "name": "Process",
      "value": "Natural"
    },
    {
      "@type": "PropertyValue",
      "name": "Weight",
      "value": "227 g"
    }
  ],
  "offers": {
    "@type": "Offer",
    "@id": "https://anchor.kevinmurphywebdev.com/products/harbor-single-origin-ethiopia#offer",
    "url": "https://anchor.kevinmurphywebdev.com/products/harbor-single-origin-ethiopia",
    "priceCurrency": "USD",
    "price": "22.00",
    "availability": "https://schema.org/InStock",
    "seller": {
      "@type": "Organization",
      "name": "anchor"
    }
  }
}