From 4ad7de687e395d8f40dda1077057c673d88e7353 Mon Sep 17 00:00:00 2001 From: tmechen Date: Thu, 11 Nov 2021 11:21:16 +0100 Subject: [PATCH] Update event_registration.md Co-authored-by: Maximilian Lenkeit --- event_registration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/event_registration.md b/event_registration.md index 03f23b9..f0c47ca 100644 --- a/event_registration.md +++ b/event_registration.md @@ -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 {