schemaorg-coda :: Example

eg-0242

From v29.4

JSON-LD

{
      "@context": "https://schema.org",
      "@type": "Event",
      "name": "Count Example",
      "eventSchedule":
        {
          "@type": "Schedule",
          "startDate": "2016-12-24",
          "repeatFrequency": "P1D",
          "repeatCount": 10,
          "startTime": "09:00:00",
          "endTime": "10:00:00",
          "scheduleTimezone": "Europe/London"
        }
    }

Pre-Markup

Starting from 2th December an Event will run daily between 9-10am for 10 occurences.