How to have a JSON schema to validate for odd positive integers? At first glance it seems impossible, but perhaps there's some trick?
this schema should work
type: integer
not:
multipleOf: 2
minimum: 0
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With