Understanding `Schema.Any` vs `Schema.All` in Standard Library Functions
What's the difference between
Schema.Any and Schema.Schema.All? I see both used in different functions in the schema std lib (Record uses All, Map uses Any).