dry-rb / dry-schema

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

Fix or messages for complex schemas #413

Closed robhanlon22 closed 2 years ago

robhanlon22 commented 2 years ago

Implements some missing methods on Or::MultiPath that were getting called in very complex schemas. Added a spec for a very complex, real-world schema.