Sign in
fuchsia
/
third_party
/
github.com
/
python-jsonschema
/
jsonschema
/
8dd4f567caffc8b7e27eeebc8f23a889a3168bbb
/
.
/
json
/
tests
/
draft4
/
optional
/
float-overflow.json
blob: 47fd5baa842a8bba805ef0925f1e209ff8d367c9 [
file
] [
log
] [
blame
]
[
{
"description"
:
"all integers are multiples of 0.5, if overflow is handled"
,
"schema"
:
{
"type"
:
"number"
,
"multipleOf"
:
0.5
},
"tests"
:
[
{
"description"
:
"valid if optional overflow handling is implemented"
,
"data"
:
1e308
,
"valid"
:
true
}
]
}
]