{
  "$schema_version": "1.0.0",
  "$updated": "2026-02-17",
  "$language": "en",
  "$canonical_url": "https://tankyudistillery.jp/api/pricing.json",
  "$description": "Consolidated pricing for products, private casks, and distillery tours",
  "@context": "https://schema.org",
  "publisher": {
    "@type": "Organization",
    "name": "Tankyu Distillery",
    "url": "https://tankyudistillery.jp"
  },
  "priceCurrency": "JPY",
  "products": [
    {
      "id": "yuki-no-mado-dry-gin",
      "name": "Yuki no Mado Dry Gin",
      "price": 4950,
      "priceNote": "tax included",
      "volume_ml": 500
    }
  ],
  "privateCasks": [
    {
      "id": "mizunara-hogshead",
      "caskType": "Mizunara Hogshead",
      "price": 4250000,
      "priceNote": "before tax",
      "volume_litres": 220,
      "storageIncluded_years": 8,
      "availability": 15
    },
    {
      "id": "sherry-hogshead",
      "caskType": "Sherry Hogshead",
      "price": 2250000,
      "priceNote": "before tax",
      "volume_litres": 220,
      "storageIncluded_years": 3,
      "availability": 7
    },
    {
      "id": "bourbon-standard-barrel",
      "caskType": "Bourbon Standard Barrel",
      "price": 1380000,
      "priceNote": "before tax",
      "volume_litres": 200,
      "storageIncluded_years": 3,
      "availability": 8
    },
    {
      "id": "sherry-octave",
      "caskType": "Sherry Octave",
      "price": 448000,
      "priceNote": "before tax",
      "volume_litres": 55,
      "storageIncluded_years": 3,
      "availability": 100
    }
  ],
  "tours": [
    {
      "name": "Distillery Guided Tour",
      "price": 2000,
      "priceNote": "tax included, per person",
      "durationMinutes": 60
    }
  ]
}
