Warning, /pim/kitinerary/autotests/extractordata/irctc/confirmation-sample.txt.json is written in an unsupported language. File is not indexed.

0001 [
0002     {
0003         "@context": "http://schema.org",
0004         "@type": "TrainReservation",
0005         "modifiedTime": "2018-01-01T00:00:00",
0006         "reservationFor": {
0007             "@type": "TrainTrip",
0008             "arrivalStation": {
0009                 "@type": "TrainStation",
0010                 "address": {
0011                     "@type": "PostalAddress",
0012                     "addressCountry": "IN"
0013                 },
0014                 "geo": {
0015                     "@type": "GeoCoordinates",
0016                     "latitude": 28.411500930786133,
0017                     "longitude": 77.30740356445312
0018                 },
0019                 "identifier": "ir:FDB",
0020                 "name": "FDB"
0021             },
0022             "departureDay": "2012-08-25",
0023             "departureStation": {
0024                 "@type": "TrainStation",
0025                 "address": {
0026                     "@type": "PostalAddress",
0027                     "addressCountry": "IN"
0028                 },
0029                 "geo": {
0030                     "@type": "GeoCoordinates",
0031                     "latitude": 28.64229965209961,
0032                     "longitude": 77.22000122070312
0033                 },
0034                 "identifier": "ir:NDLS",
0035                 "name": "NDLS"
0036             },
0037             "departureTime": {
0038                 "@type": "QDateTime",
0039                 "@value": "2012-08-25T05:15:00+05:30",
0040                 "timezone": "Asia/Kolkata"
0041             },
0042             "trainNumber": "12138"
0043         },
0044         "reservationNumber": "2438941616",
0045         "reservationStatus": "http://schema.org/ReservationConfirmed",
0046         "reservedTicket": {
0047             "@type": "Ticket",
0048             "ticketedSeat": {
0049                 "@type": "Seat",
0050                 "seatNumber": "S7 49 S7 52 S7 55",
0051                 "seatingType": "SL"
0052             }
0053         },
0054         "underName": {
0055             "@type": "Person",
0056             "name": "RAMESH KUMAR"
0057         }
0058     }
0059 ]