Closed 987Nabil closed 1 month ago
iirc, there was a reason not just to use a reference. But I can't recall,. maybe we can change it
/bounty $75 for fix and test case.
/attempt #3101
with your implementation plan/claim #3101
in the PR body to claim the bountyThank you for contributing to zio/zio-http!
Add a bounty • Share on socials
Attempt | Started (GMT+0) | Solution |
---|---|---|
🟢 @nafg | Sep 18, 2024, 11:29:43 PM | #3153 |
/attempt #3101
FTR I spent a lot of time on the test case in #3098 which should be exhaustive since it searches recursively
💡 @nafg submitted a pull request that claims the bounty. You can visit your bounty board to reward.
🎉🎈 @nafg has been awarded $75! 🎈🎊
Even if the request body is just referencing a component schema, the operation file has its own
case class RequestBody
which defines aSchema
. However it doesn't importzio.schema._
.see #3098