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
1 changed files with 2 additions and 1 deletions

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 {