{
  "@context": "https://schema.org",
  "@type": "Event",
  "@id": "https://www.example.com/events/fitting-clinic#event",
  "name": "Boot fitting clinic",
  "description": "Sample event record. Fictional venue and dates.",
  "eventStatus": "https://schema.org/EventScheduled",
  "eventAttendanceMode": "https://schema.org/MixedEventAttendanceMode",
  "startDate": "2026-03-14T18:00:00+01:00",
  "endDate": "2026-03-14T20:00:00+01:00",
  "doorTime": "2026-03-14T17:30:00+01:00",
  "location": [
    {
      "@type": "Place",
      "name": "Example Flagship Store",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "1 Sample Street",
        "addressLocality": "Berlin",
        "postalCode": "10000",
        "addressCountry": "DE"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 52.5,
        "longitude": 13.4
      }
    },
    {
      "@type": "VirtualLocation",
      "url": "https://www.example.com/live/fitting-clinic"
    }
  ],
  "organizer": {
    "@type": "Organization",
    "name": "Example Outdoors",
    "url": "https://www.example.com/"
  },
  "offers": {
    "@type": "Offer",
    "url": "https://www.example.com/events/fitting-clinic",
    "price": "0",
    "priceCurrency": "EUR",
    "availability": "https://schema.org/InStock",
    "validFrom": "2026-01-15T09:00:00+01:00"
  },
  "maximumAttendeeCapacity": 40
}
