dylibso / dylibso/xtp-cpp-bindgen
fix required handling
Open
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
For backwards compatibility, the c++ bindgen treated absence of a `required` array to mean all fields are required. This was wrong as in openapi, absence of `required` means all fields are optional. The other bindgens seem to handle this correctly.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.