Sha256: ffa7a298640bf82146d2ae657cfe8c925abc9505d78a3bfd69041edd5ed47e4b
Contents?: true
Size: 1.5 KB
Versions: 8
Compression:
Stored size: 1.5 KB
Contents
{ "formatVersion" : 1, "passTypeIdentifier" : "pass.com.example.boarding-pass", "description" : "Example Boarding Pass", "teamIdentifier": "Example", "organizationName": "Example", "serialNumber" : "123456", "foregroundColor": "#866B23", "backgroundColor": "#FFD248", "boardingPass" : { "primaryFields" : [ { "key" : "origin", "label" : "San Francisco", "value" : "SFO" }, { "key" : "destination", "label" : "London", "value" : "LHR" } ], "secondaryFields" : [ { "key" : "boarding-gate", "label" : "Gate", "value" : "F12" } ], "auxiliaryFields" : [ { "key" : "seat", "label" : "Seat", "value" : "7A" }, { "key" : "passenger-name", "label" : "Passenger", "value" : "John Appleseed" } ], "transitType" : "PKTransitTypeAir", "barcode" : { "message" : "ABC123", "format" : "PKBarcodeFormatQR", "messageEncoding" : "iso-8859-1" }, "backFields" : [ { "key" : "terms", "label" : "Terms and Conditions", "value" : "Lorem ipsum dolar sit amet" } ] } }
Version data entries
8 entries across 8 versions & 1 rubygems