mirror of
https://github.com/corona-warn-app/cwa-documentation
synced 2025-02-18 08:29:15 +01: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:
parent
183335d9ba
commit
8305924651
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user