-
Notifications
You must be signed in to change notification settings - Fork 9
/
pass.json
72 lines (72 loc) · 1.69 KB
/
pass.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"passTypeIdentifier" : "pass.keefmoon.example-generic",
"formatVersion" : 1,
"teamIdentifier" : "YAXJZJ267E",
"organizationName" : "Passbook Example Company",
"serialNumber" : "0000001",
"description" : "Staff Pass for Employee Number 001",
"associatedStoreIdentifiers" : [
284971959
],
"locations" : [
{"latitude" : 51.50506, "longitude" : -0.01960, "relevantText" : "Company Offices" }
],
"foregroundColor" : "rgb(255, 255, 255)",
"backgroundColor" : "rgb(90, 90, 90)",
"labelColor" : "rgb(255, 255, 255)",
"logoText" : "Company Staff ID",
"barcode" : {
"format" : "PKBarcodeFormatQR",
"message" : "0000001",
"messageEncoding" : "iso-8859-1",
"altText" : "Staff ID 0000001"
},
"generic" : {
"headerFields" : [
{
"key" : "staffNumber",
"label" : "Staff Number",
"value" : "001"
}
],
"primaryFields" : [
{
"key" : "staffName",
"label" : "Name",
"value" : "Peter Brooke"
}
],
"secondaryFields" : [
{
"key" : "telephoneExt",
"label" : "Extension",
"value" : "9779"
},
{
"key" : "jobTitle",
"label" : "Job Title",
"value" : "Chief Pass Creator"
}
],
"auxiliaryFields" : [
{
"key" : "expiryDate",
"dateStyle" : "PKDateStyleShort",
"label" : "Expiry Date",
"value" : "2013-12-31T00:00-23:59"
}
],
"backFields" : [
{
"key" : "managersName",
"label" : "Manager's Name",
"value" : "Paul Bailey"
},
{
"key" : "managersExt",
"label" : "Manager's Extension",
"value" : "9673"
}
]
}
}