blob: 3759ab80d40ea8b033978b53ab25f0a36729a96d [file]
[
{
"description": "all integers are multiples of 0.5, if overflow is handled",
"schema": {
"$schema": "https://json-schema.org/v1",
"type": "integer",
"multipleOf": 0.5
},
"tests": [
{
"description": "valid if optional overflow handling is implemented",
"data": 1e308,
"valid": true
}
]
}
]