Skip to content

Commit

Permalink
Apple PKPass Boarding Pass Schema
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Jan 27, 2022
1 parent 9b9b944 commit 0cc167e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions schemas/pkpass/boarding_pass_schema.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Boarding Pass Schema

## Fields


| | Attribute name | Description |
| --- | ---------------------------------------- | ------------------------ |
| 1 | PKPASS BoardingPass Organisation Name | Name of the organisation |
| 2 | PKPASS BoardingPass Gate | Gate number |
| 3 | PKPASS BoardingPass Depart | Departure city |
| 4 | PKPASS BoardingPass Arrive | Arrival city |
| 5 | PKPASS BoardingPass Passenger | Passenger name |
| 6 | PKPASS BoardingPass Boarding Time | Boarding time |
| 7 | PKPASS BoardingPass Flight Number | Flight number |
| 8 | PKPASS BoardingPass Travel Class | Travel class |
| 9 | PKPASS BoardingPass Boarding Date | Boarding date |
| 10 | PKPASS BoardingPass Passport Nationality | Passport nationality |
| 11 | PKPASS BoardingPass Residence | Residence |
| 12 | PKPASS BoardingPass Class | Ticket class |
| 13 | PKPASS BoardingPass Barcode Message | Barcode message |

#### Duplicate check field

Following field value should be used for handling duplicate records:

nil

## Source

https://passsource.com

0 comments on commit 0cc167e

Please sign in to comment.