Files
cli/vendor/schemars/tests/expected/rust_decimal.json

6 lines
139 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Decimal",
"type": "string",
"pattern": "^-?[0-9]+(\\.[0-9]+)?$"
}