mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-29 01:58:23 +08:00
Added FlightReservation example of @vkrause for #1422
This commit is contained in:
parent
be633f78a7
commit
a9669e430f
1 changed files with 32 additions and 0 deletions
|
@ -22,6 +22,38 @@ Content-Transfer-Encoding: quoted-printable
|
|||
<!DOCTYPE html><html><head><meta http-equiv=3D"Content-Type" content=3D"t=
|
||||
ext/html; charset=3Dutf-8">
|
||||
<script type=3D"application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "FlightReservation",
|
||||
"reservationNumber": "RXJ34P",
|
||||
"underName": {
|
||||
"@type": "Person",
|
||||
"name": "Eva Green"
|
||||
},
|
||||
"reservationFor": {
|
||||
"@type": "Flight",
|
||||
"flightNumber": "110",
|
||||
"airline": {
|
||||
"@type": "Airline",
|
||||
"name": "United",
|
||||
"iataCode": "UA"
|
||||
},
|
||||
"departureAirport": {
|
||||
"@type": "Airport",
|
||||
"name": "San Francisco Airport",
|
||||
"iataCode": "SFO"
|
||||
},
|
||||
"departureTime": "2027-03-04T20:15:00-08:00",
|
||||
"arrivalAirport": {
|
||||
"@type": "Airport",
|
||||
"iataCode": "JFK",
|
||||
"name": "John F. Kennedy International Airport"
|
||||
},
|
||||
"arrivalTime": "2027-03-05T06:30:00-05:00"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script type=3D"application/ld+json">
|
||||
[
|
||||
{
|
||||
"@context": "http://schema.org/",
|
||||
|
|
Loading…
Reference in a new issue