Closed 987Nabil closed 9 months ago
/bounty $75
💎 $75 bounty created by ZIO
🙋 If you start working on this, comment
/attempt #651
along with your implementation plan👉 To claim this bounty, submit a pull request that includes the text
/claim #651
somewhere in its body📝 Before proceeding, please make sure you can receive payouts in your country
💵 Payment arrives in your account 2-5 days after the bounty is rewarded
💯 You keep 100% of the bounty award
🙏 Thank you for contributing to zio/zio-schema!
👉 Add a bounty • Share on socials
Attempt | Started (GMT+0) | Solution |
---|---|---|
🟢 @pablf | #657 |
💡 @pablf submitted a pull request that claims the bounty. You can visit your bounty board to reward.
🎉🎈 @pablf has been awarded $75! 🎈🎊
If given an enum with annotations
The
@description("Color Enum")
annotation will be added to the schema derived viaDeriveSchema[Color]
as an annotation to the top level schema, the caseRed
and the schema of theRed
case. While@description("Red")
is nowhere to be found.This is clearly a bug. I think the annotations for the case and the case schema should be the ones added to
case Red