Skip to content
Snippets Groups Projects
Commit 7ffd6b55 authored by Matthias Urhahn's avatar Matthias Urhahn
Browse files

Merge branch 'release/2.3.x' into feature/vaccination-main

parents e37d2508 1043035b
No related branches found
No related tags found
No related merge requests found
// This file is auto-generated, DO NOT make any changes here
syntax = "proto3";
package de.rki.coronawarnapp.server.protocols.internal.dgc;
message ValueSets {
// Vaccine or prophylaxis
ValueSet vp = 1;
// Vaccine medicinal product
ValueSet mp = 2;
// Marketing Authorization Holder
ValueSet ma = 3;
}
message ValueSet {
// use custom message instead of map to allow for future extensions
repeated ValueSetItem items = 1;
}
message ValueSetItem {
string key = 1;
string displayText = 2;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment