1
0
mirror of https://github.com/corona-warn-app/cwa-documentation synced 2024-11-22 09:14:26 +01:00

Update event_registration.md

fix camelCase for vendorData
This commit is contained in:
tmechen 2021-11-10 18:28:37 +01:00 committed by GitHub
parent 8305924651
commit d63c666be2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ message QRCodePayload {
uint32 version = 1; uint32 version = 1;
TraceLocation locationData = 2; TraceLocation locationData = 2;
CrowdNotifierData crowdNotifierData = 3; CrowdNotifierData crowdNotifierData = 3;
CWALocationData vendordata = 4; CWALocationData vendorData = 4;
} }
message TraceLocation { message TraceLocation {