Skip to content
Snippets Groups Projects
Commit 66fe23d8 authored by Felix Reichenbach's avatar Felix Reichenbach
Browse files

OZG-7908 add List as Property value possibility

parent 58b6bbea
Branches
No related tags found
1 merge request!17Ozg 7908 aggregation manager server grpc interface
...@@ -53,7 +53,12 @@ message Property { ...@@ -53,7 +53,12 @@ message Property {
oneof value { oneof value {
string stringValue = 2; string stringValue = 2;
Payload nestedPayload = 3; Payload nestedPayload = 3;
ValueList valueList = 4;
} }
} }
message ValueList {
repeated string values = 1;
}
message SubmitAggregatedVorgangResponse {} message SubmitAggregatedVorgangResponse {}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment