{

"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"
    }
  ]
}

}