]> git.proxmox.com Git - ceph.git/blame - ceph/src/s3select/rapidjson/bin/jsonschema/tests/draft3/optional/zeroTerminatedFloats.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / s3select / rapidjson / bin / jsonschema / tests / draft3 / optional / zeroTerminatedFloats.json
CommitLineData
31f18b77
FG
1[
2 {
3 "description": "some languages do not distinguish between different types of numeric value",
4 "schema": {
5 "type": "integer"
6 },
7 "tests": [
8 {
9 "description": "a float is not an integer even without fractional part",
10 "data": 1.0,
11 "valid": false
12 }
13 ]
14 }
15]