Files
deb-python-jsonschema/json/tests/draft4/optional/zeroTerminatedFloats.json
2013-02-10 03:20:52 -05:00

16 lines
384 B
JSON

[
{
"description": "some languages do not distinguish between different types of numeric value",
"schema": {
"type": "integer"
},
"tests": [
{
"description": "a float is not an integer even without fractional part",
"data": 1.0,
"valid": false
}
]
}
]