dry-rb / dry-schema

Coercion and validation for data structures
https://dry-rb.org/gems/dry-schema
MIT License
425 stars 109 forks source link

Allow composition of multiple ors #409

Closed robhanlon22 closed 2 years ago

robhanlon22 commented 2 years ago

Add support for composing multiple schemata with |. Recognizes when children are MultiPaths, and correctly merges branches if the roots are the same.

Resolves #307.

solnic commented 2 years ago

@robhanlon22 https://twitter.com/dry_rb/status/1539907234334916610 :)