While working with gRPC, I am using
google.protobuf.Duration
which is the
until
field. I did try to build it as an object it throws
invalid type: map, expected a duration string at line 8 column 13
. Is Yaak expecting string for duration type instead object, if so what the format i should use. And also how do
oneof
work.