// This file is auto-generated, DO NOT make any changes here syntax = "proto3"; package de.rki.coronawarnapp.server.protocols.internal.evreg; message Event { bytes guid = 1; string description = 2; uint32 start = 3; uint32 end = 4; uint32 defaultCheckInLengthInMinutes = 5; }