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