Warning, /pim/kitinerary/autotests/calendarhandlerdata/rentalcar.json is written in an unsupported language. File is not indexed.

0001 [{
0002   "@context": "http://schema.org",
0003   "@type": "RentalCarReservation",
0004   "reservationNumber": "546323",
0005   "reservationStatus": "http://schema.org/Confirmed",
0006   "underName": {
0007     "@type": "Person",
0008     "name": "John Smith"
0009   },
0010   "reservationFor": {
0011     "@type": "RentalCar",
0012     "name": "Economy Class Car",
0013     "model": "Civic",
0014     "brand": {
0015       "@type": "Brand",
0016       "name": "Honda"
0017     },
0018     "rentalCompany": {
0019       "@type": "Organization",
0020       "name": "Hertz"
0021     }
0022   },
0023   "pickupLocation": {
0024     "@type": "Place",
0025     "name": "Hertz San Diego Airport",
0026     "address": {
0027       "@type": "PostalAddress",
0028       "streetAddress": "1500 Orange Avenue",
0029       "addressLocality": "San Diego",
0030       "addressRegion": "CA",
0031       "postalCode": "94043",
0032       "addressCountry": "US"
0033     }
0034   },
0035   "pickupTime": "2027-08-05T16:00:00-07:00",
0036   "dropoffLocation": {
0037     "@type": "Place",
0038     "name": "Hertz LAX",
0039     "address": {
0040       "@type": "PostalAddress",
0041       "streetAddress": "1234 First Street",
0042       "addressLocality": "Los Angeles",
0043       "addressRegion": "CA",
0044       "postalCode": "94043",
0045       "addressCountry": "US"
0046     }
0047   },
0048   "potentialAction": {
0049     "@type": "ConfirmAction",
0050     "target": "http://cheapcar.com/confirm?id=546323"
0051   },
0052   "dropoffTime": "2027-08-06T20:00:00-07:00"
0053 }]