-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: George J Padayatti <[email protected]>
- Loading branch information
1 parent
9b9b944
commit 0cc167e
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |