summaryrefslogtreecommitdiffstats
path: root/src/rapidjson/bin/jsonschema/tests/draft4/optional/zeroTerminatedFloats.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/rapidjson/bin/jsonschema/tests/draft4/optional/zeroTerminatedFloats.json')
-rw-r--r--src/rapidjson/bin/jsonschema/tests/draft4/optional/zeroTerminatedFloats.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/rapidjson/bin/jsonschema/tests/draft4/optional/zeroTerminatedFloats.json b/src/rapidjson/bin/jsonschema/tests/draft4/optional/zeroTerminatedFloats.json
new file mode 100644
index 000000000..9b50ea277
--- /dev/null
+++ b/src/rapidjson/bin/jsonschema/tests/draft4/optional/zeroTerminatedFloats.json
@@ -0,0 +1,15 @@
+[
+ {
+ "description": "some languages do not distinguish between different types of numeric value",
+ "schema": {
+ "type": "integer"
+ },
+ "tests": [
+ {
+ "description": "a float is not an integer even without fractional part",
+ "data": 1.0,
+ "valid": false
+ }
+ ]
+ }
+]