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