{
  "@context": "http://schema.org/",
  "@type": "Product",
  "name": "Configurable product name",
  "image": ["https://example.com/photos/photo.jpg"],
  "description": "Configurable product",
  "brand": {
    "@type": "Thing",
    "name": "Configurable product brand name"
  },
  "offers": {
    "@type": "AggregateOffer",
    "priceCurrency": "EUR",
    "price": "1",
    "lowPrice": "1",
    "highPrice": "3",
    "offerCount": "3",
    "itemCondition": "http://schema.org/NewCondition",
    "availability": "http://schema.org/InStock"
  }
}