SpineEventEngine / validation

Apache License 2.0
3 stars 0 forks source link

Distribute rules to elements of repeated fields #6

Closed dmdashenkov closed 3 years ago

dmdashenkov commented 3 years ago

In this PR we enable list and map Protobuf fields to have the same validation rules as do singular fields. This includes distinguishing between rules that are applied to the whole collection and rules that are applied to individual elements.

dmdashenkov commented 3 years ago

@armiol, PTAL.