schemars
schemars copied to clipboard
feat(bidgecimal): use a string with numeric pattern for bigdecimal crate
This will allow arbitrary precision values to be valid.
BREAKING CHANGE: the output JSON Schema for bigdecimal::BigDecimal type is now a string in addition of a number scalar.
Addresses #123