dry-rb / dry-schema

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

Handle arrays of hashes where Array constructor coerces non-Hash input #354

Closed ojab closed 3 years ago

ojab commented 3 years ago

We're already skipping non-Hash values in Key::Hash, do the same in Key::Array.

Fixes #351