3 "description": "minimum validation",
4 "schema": {"minimum": 1.1},
7 "description": "above the minimum is valid",
12 "description": "below the minimum is invalid",
17 "description": "ignores non-numbers",
24 "description": "exclusiveMinimum validation",
27 "exclusiveMinimum": true
31 "description": "above the minimum is still valid",
36 "description": "boundary point is invalid",