Skip to content
Snippets Groups Projects
Unverified Commit 1043035b authored by CWA Technical User's avatar CWA Technical User Committed by GitHub
Browse files
parent 6c032088
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