1
0
mirror of https://github.com/corona-warn-app/cwa-documentation synced 2024-05-28 20:40:04 +02:00

Update event_registration.md

Co-authored-by: Maximilian Lenkeit <mlenkeit@users.noreply.github.com>
This commit is contained in:
tmechen 2021-11-11 11:21:16 +01:00 committed by GitHub
parent d63c666be2
commit 4ad7de687e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,8 @@ message QRCodePayload {
uint32 version = 1;
TraceLocation locationData = 2;
CrowdNotifierData crowdNotifierData = 3;
CWALocationData vendorData = 4;
// byte sequence of CWALocationData
bytes vendorData = 4;
}
message TraceLocation {