schemars icon indicating copy to clipboard operation
schemars copied to clipboard

feat(bidgecimal): use a string with numeric pattern for bigdecimal crate

Open aldofunes opened this issue 1 year ago • 0 comments

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

aldofunes avatar Jun 14 '23 22:06 aldofunes