{

"formatVersion" : 1,
"passTypeIdentifier" : "pass.com.example.event-ticket",
"description" : "Example Event Ticket",
"teamIdentifier": "Example",
"organizationName": "Example",
"serialNumber" : "123456",
"foregroundColor": "#FFFFFF",
"backgroundColor": "#FF5453",
"generic" : {
    "primaryFields" : [

    ],
    "secondaryFields" : [

    ],
    "auxiliaryFields" : [

    ],
    "barcode" : {
        "message" : "ABCD 123 EFGH 456 IJKL 789 MNOP",
        "format" : "PKBarcodeFormatPDF417",
        "messageEncoding" : "iso-8859-1"
    },
    "backFields" : [
        {
            "key" : "terms",
            "label" : "Terms and Conditions",
            "value" : "T's and C's apply"
        }
    ]
}

}