File indexing completed on 2024-06-23 05:11:56

0001 <!-- https://developers.google.com/gmail/markup/getting-started -->
0002 <html>
0003   <body>
0004     <script type="application/ld+json">
0005     {
0006       "@context":              "http://schema.org",
0007       "@type":                 "EventReservation",
0008       "reservationNumber":     "IO12345",
0009       "underName": {
0010         "@type":               "Person",
0011         "name":                "John Smith"
0012       },
0013       "reservationFor": {
0014         "@type":               "Event",
0015         "name":                "Google I/O 2013",
0016         "startDate":           "2013-05-15T08:30:00-08:00",
0017         "location": {
0018           "@type":             "Place",
0019           "name":              "Moscone Center",
0020           "address": {
0021             "@type":           "PostalAddress",
0022             "streetAddress":   "800 Howard St.",
0023             "addressLocality": "San Francisco",
0024             "addressRegion":   "CA",
0025             "postalCode":      "94103",
0026             "addressCountry":  "US"
0027           }
0028         }
0029       }
0030     }
0031     </script>
0032     <p>
0033       Dear John, thanks for booking your Google I/O ticket with us.
0034     </p>
0035     <p>
0036       BOOKING DETAILS<br/>
0037       Reservation number: IO12345<br/>
0038       Order for: John Smith<br/>
0039       Event: Google I/O 2013<br/>
0040       Start time: May 15th 2013 8:00am PST<br/>
0041       Venue: Moscone Center, 800 Howard St., San Francisco, CA 94103<br/>
0042     </p>
0043   </body>
0044 </html>