{
  "@context": "https://schema.org",
  "@type": "Product",
  "@id": "https://anchor.kevinmurphywebdev.com/products/ledger-coffee-scale",
  "name": "Ledger Coffee Scale",
  "brand": {
    "@type": "Brand",
    "name": "Ledger"
  },
  "category": "scale",
  "description": "Bluetooth pour-over scale with 0.1g resolution and a built-in extraction timer.",
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "Resolution",
      "value": "0.1 g"
    },
    {
      "@type": "PropertyValue",
      "name": "Capacity",
      "value": "3 kg"
    },
    {
      "@type": "PropertyValue",
      "name": "Refresh",
      "value": "10 Hz"
    },
    {
      "@type": "PropertyValue",
      "name": "Battery",
      "value": "USB-C, 20h"
    }
  ],
  "offers": {
    "@type": "Offer",
    "@id": "https://anchor.kevinmurphywebdev.com/products/ledger-coffee-scale#offer",
    "url": "https://anchor.kevinmurphywebdev.com/products/ledger-coffee-scale",
    "priceCurrency": "USD",
    "price": "145.00",
    "availability": "https://schema.org/InStock",
    "seller": {
      "@type": "Organization",
      "name": "anchor"
    }
  }
}