Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSteve Hanson <smh@uk.ibm.com>2021-02-03 11:34:10 +0300
committerSteve Hanson <smh@uk.ibm.com>2021-02-03 11:34:10 +0300
commit167efb4fa065d3eb1b31699debc89498d04188d8 (patch)
treed8866d45ef2f3ab3f056d888a10ee9215551af38 /bin
parent28dc42d8d37ea0aa5f878f182cfa36265b4e3e46 (diff)
work around issue 1089
Diffstat (limited to 'bin')
-rw-r--r--bin/unittestschema/address.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/unittestschema/address.json b/bin/unittestschema/address.json
index 007d971d..c3cf6426 100644
--- a/bin/unittestschema/address.json
+++ b/bin/unittestschema/address.json
@@ -115,7 +115,7 @@
"type": "integer"
},
"decimal_type": {
- "multipleOf": 0.1,
+ "multipleOf": 1.0,
"type": "number"
},
"time_type": {