1[
2 {
3 "description": "all integers are multiples of 0.5, if overflow is handled",
4 "schema": {"type": "integer", "multipleOf": 0.5},
5 "tests": [
6 {
7 "description": "valid if optional overflow handling is implemented",
8 "data": 1e308,
9 "valid": true
10 }
11 ]
12 }
13]
14