json-schema-validator/test/issue-12/schema.json
2018-03-30 12:26:52 +02:00

11 lines
219 B
JSON

{
"$schema": "http://json-schema.org/draft-04/schema#",
"properties": {
"x": {
"type": "integer",
"minimum": 1000000000000,
"maximum": 2000000000000
}
}
}