Sign in
fuchsia
/
third_party
/
github.com
/
python-jsonschema
/
jsonschema
/
9d059482007b41b20ce6bf3a08eb0c48aea9e9a4
/
.
/
json
/
tests
/
draft6
/
optional
/
float-overflow.json
blob: 52ff9827cf7b35b2d44bdc410ef2673ec160065a [
file
]
[
{
"description"
:
"all integers are multiples of 0.5, if overflow is handled"
,
"schema"
:
{
"type"
:
"integer"
,
"multipleOf"
:
0.5
},
"tests"
:
[
{
"description"
:
"valid if optional overflow handling is implemented"
,
"data"
:
1e308
,
"valid"
:
true
}
]
}
]