-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Schema for non empty collections #717
Comments
/bounty $250 |
💎 $250 bounty • ZIOSteps to solve:
Thank you for contributing to zio/zio-schema! Add a bounty • Share on socials
|
/attempt #717 Options |
💡 @987Nabil submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
/attempt #717 Options |
Note The user @nikolaiser is already attempting to complete issue #717 and claim the bounty. We recommend checking in on @nikolaiser's progress, and potentially collaborating, before starting a new solution. |
/attempt #717 |
@palak2002 this is already done in my PR and it is already approved |
@nikolaiser: Reminder that in 7 days the bounty will become up for grabs, so please submit a pull request before then 🙏 |
🎉🎈 @987Nabil has been awarded $250! 🎈🎊 |
We should support some kind of non empty collections.
Either
Collection
that takes care of the validation on constructiondef nonEmptyChunk[A :Schema]: Schema[NonEmptyChunk[A]]
that uses transform to validate the non-emptiness on constructionThe text was updated successfully, but these errors were encountered: