1
0
mirror of https://github.com/corona-warn-app/cwa-documentation synced 2024-05-29 04:48:03 +02:00

fix QRCodePayload in .proto example

fixing protofile doc:
4 in QRCodePayload isn't just bytes but vendordata with CWALocationData, see https://github.com/corona-warn-app/cwa-app-android/blob/main/Corona-Warn-App/src/main/java/de/rki/coronawarnapp/presencetracing/checkins/qrcode/QrCodePayload.kt
This commit is contained in:
tmechen 2021-11-10 18:25:58 +01:00 committed by GitHub
parent 183335d9ba
commit 8305924651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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