Created
June 27, 2022 08:59
-
-
Save fm-eb/a3a0dcbc4317089515c65eca9be7911e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"iss": "<email of service-account-user>", | |
"aud": "google", | |
"typ": "savetowallet", | |
"iat": 1656319498, | |
"origins": [], | |
"payload": { | |
"genericObjects": [ | |
{ | |
"id": "<issuerId>.<randomUUID>", | |
"classId": "<issuerId>.<classId>", | |
"genericType": "GENERIC_TYPE_UNSPECIFIED", | |
"hexBackgroundColor": "#4285f4", | |
"logo": { | |
"sourceUri": { | |
"uri": "https://storage.googleapis.com/wallet-lab-tools-codelab-artifacts-public/pass_google_logo.jpg" | |
} | |
}, | |
"cardTitle": { | |
"defaultValue": { | |
"language": "en", | |
"value": "Google I/O '22 [DEMO ONLY]" | |
} | |
}, | |
"subheader": { | |
"defaultValue": { | |
"language": "en", | |
"value": "Attendee" | |
} | |
}, | |
"header": { | |
"defaultValue": { | |
"language": "en", | |
"value": "Alex McJacobs" | |
} | |
}, | |
"barcode": { | |
"type": "QR_CODE", | |
"value": "b5816fd2-52f4-450e-af34-d3a5a2143fb7" | |
}, | |
"heroImage": { | |
"sourceUri": { | |
"uri": "https://storage.googleapis.com/wallet-lab-tools-codelab-artifacts-public/google-io-hero-demo-only.jpg" | |
} | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment