Advertisement
jasperlow

Untitled

Dec 29th, 2015
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. {
  2. "formatVersion": 1,
  3. "teamIdentifier": "6J39RL8VD6",
  4. "serialNumber": "serial-1350294124",
  5. "passTypeIdentifier": "pass.passdock.public.9",
  6. "organizationName": "Trainstar",
  7. "authenticationToken": "dc79160ac7b71967883295c2daf45a75",
  8. "webServiceURL": "https:\/\/api.passdock.com",
  9. "description": "trainstar railways",
  10. "labelColor": "rgb(5,0,245)",
  11. "foregroundColor": "rgb(5,0,245)",
  12. "backgroundColor": "rgb(228,241,250)",
  13. "logoText": "",
  14. "barcode": {
  15. "message": "Darwin-Adelaide",
  16. "format": "PKBarcodeFormatAztec",
  17. "messageEncoding": "iso-8859-1",
  18. "altText": "example pass - not valid"
  19. },
  20. "boardingPass": {
  21. "transitType": "PKTransitTypeTrain",
  22. "headerFields": [{
  23. "key": "Ticket_n",
  24. "label": "Tkt N.",
  25. "value": "888409D",
  26. "changeMessage": "ticket number changed in %@"
  27. }],
  28. "backFields": [{
  29. "key": "TIMETABLE",
  30. "label": "DISCLAIMER",
  31. "value": "Passdock is not associated to any of the companies, artists and services represented in the sample passes;\r\ntrade marks, logo and artists are used purely as example.",
  32. "changeMessage": "timetable changed in %@"
  33. },
  34. {
  35. "key": "serial-13175",
  36. "value": "serial-1350294124",
  37. "label": "Serial Number"
  38. },
  39. {
  40. "key": "passdock",
  41. "value": "For more informations or to create your own Passes visit: http://www.passdock.com",
  42. "label": "Passdock: your Passes for Passbook"
  43. }],
  44. "primaryFields": [{
  45. "key": "from",
  46. "label": "FROM",
  47. "value": "Darwin",
  48. "changeMessage": "departure changed in %@"
  49. },
  50. {
  51. "key": "to",
  52. "label": "TO",
  53. "value": "Adelaide",
  54. "changeMessage": "Destination changed in %@"
  55. }],
  56. "secondaryFields": [{
  57. "key": "Date",
  58. "label": "DATE",
  59. "value": "15Oct2012",
  60. "changeMessage": "Date changed in %@"
  61. },
  62. {
  63. "key": "Departure_Time",
  64. "label": "TIME",
  65. "value": "10.00 a.m.",
  66. "changeMessage": "Departure time changed in %@"
  67. }],
  68. "auxiliaryFields": [{
  69. "key": "WAGON",
  70. "label": "WAGON",
  71. "value": "12",
  72. "changeMessage": "wagon changed in %@"
  73. },
  74. {
  75. "key": "SEAT",
  76. "label": "SEAT",
  77. "value": "77F",
  78. "changeMessage": "seat changed in %@"
  79. },
  80. {
  81. "key": "SERVICES",
  82. "label": "SERVICES",
  83. "value": "Platinum",
  84. "changeMessage": "Services changed in %@"
  85. },
  86. {
  87. "key": "platform",
  88. "label": "PLATFORM",
  89. "value": "",
  90. "changeMessage": "Platform changed to %@"
  91. }]
  92. }
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement