ys-passkit-and-cherrypie-client
Version:
Simple Node.js client for passkit and cherrypie plugin
97 lines (96 loc) • 2.35 kB
JSON
{
"formatVersion" : 1,
"passTypeIdentifier" : "pass.com.apple.devpubs.example",
"serialNumber" : "8j23fm3",
"webServiceURL" : "https://example.com/passes/",
"authenticationToken" : "vxwxd7J8AlNNFPS8k0a0FfUFtq0ewzFdc",
"teamIdentifier" : "A93A5CM278",
"locations" : [
{
"longitude" : -122.3748889,
"latitude" : 37.6189722
},
{
"longitude" : -122.03118,
"latitude" : 37.33182
}
],
"barcode" : {
"message" : "123456789",
"format" : "PKBarcodeFormatPDF417",
"messageEncoding" : "iso-8859-1"
},
"organizationName" : "Toy Town",
"description" : "Toy Town Membership",
"logoText" : "Toy Town",
"foregroundColor" : "rgb(255, 255, 255)",
"backgroundColor" : "rgb(197, 31, 31)",
"generic" : {
"primaryFields" : [
{
"key" : "member",
"value" : "Johnny Appleseed"
}
],
"secondaryFields" : [
{
"key" : "subtitle",
"label" : "MEMBER SINCE",
"value" : "2012"
}
],
"auxiliaryFields" : [
{
"key" : "level",
"label" : "LEVEL",
"value" : "Platinum"
},
{
"key" : "favorite",
"label" : "FAVORITE TOY",
"value" : "Bucky Ball Magnets",
"textAlignment" : "PKTextAlignmentRight"
}
],
"backFields" : [
{
"numberStyle" : "PKNumberStyleSpellOut",
"label" : "spelled out",
"key" : "numberStyle",
"value" : 200
},
{
"label" : "in Reals",
"key" : "currency",
"value" : 200,
"currencyCode" : "BRL"
},
{
"dateStyle" : "PKDateStyleFull",
"label" : "full date",
"key" : "dateFull",
"value" : "1980-05-07T10:00-05:00"
},
{
"label" : "full time",
"key" : "timeFull",
"value" : "1980-05-07T10:00-05:00",
"timeStyle" : "PKDateStyleFull"
},
{
"dateStyle" : "PKDateStyleShort",
"label" : "short date and time",
"key" : "dateTime",
"value" : "1980-05-07T10:00-05:00",
"timeStyle" : "PKDateStyleShort"
},
{
"dateStyle" : "PKDateStyleShort",
"label" : "relative date",
"key" : "relStyle",
"value" : "2013-04-24T10:00-05:00",
"isRelative" : true
}
]
}
}