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