@@ -29,8 +29,7 @@ TEST(JSONBinPack_Canonicalizer_Object_2020_12,
2929 { "type": "object", "minProperties": 0, "properties": {} },
3030 { "type": "array", "minItems": 0 },
3131 { "type": "string", "minLength": 0 },
32- { "type": "number", "multipleOf": 1 },
33- { "type": "integer", "multipleOf": 1 }
32+ { "type": "number" }
3433 ]
3534 },
3635 "bar": {
@@ -40,8 +39,7 @@ TEST(JSONBinPack_Canonicalizer_Object_2020_12,
4039 { "type": "object", "minProperties": 0, "properties": {} },
4140 { "type": "array", "minItems": 0 },
4241 { "type": "string", "minLength": 0 },
43- { "type": "number", "multipleOf": 1 },
44- { "type": "integer", "multipleOf": 1 }
42+ { "type": "number" }
4543 ]
4644 }
4745 }
@@ -75,8 +73,7 @@ TEST(JSONBinPack_Canonicalizer_Object_2020_12,
7573 { "type": "object", "minProperties": 0, "properties": {} },
7674 { "type": "array", "minItems": 0 },
7775 { "type": "string", "minLength": 0 },
78- { "type": "number", "multipleOf": 1 },
79- { "type": "integer", "multipleOf": 1 }
76+ { "type": "number" }
8077 ]
8178 },
8279 "bar": {
@@ -86,8 +83,7 @@ TEST(JSONBinPack_Canonicalizer_Object_2020_12,
8683 { "type": "object", "minProperties": 0, "properties": {} },
8784 { "type": "array", "minItems": 0 },
8885 { "type": "string", "minLength": 0 },
89- { "type": "number", "multipleOf": 1 },
90- { "type": "integer", "multipleOf": 1 }
86+ { "type": "number" }
9187 ]
9288 }
9389 }
@@ -121,8 +117,7 @@ TEST(JSONBinPack_Canonicalizer_Object_2020_12,
121117 { "type": "object", "minProperties": 0, "properties": {} },
122118 { "type": "array", "minItems": 0 },
123119 { "type": "string", "minLength": 0 },
124- { "type": "number", "multipleOf": 1 },
125- { "type": "integer", "multipleOf": 1 }
120+ { "type": "number" }
126121 ]
127122 },
128123 "foo": {
@@ -132,8 +127,7 @@ TEST(JSONBinPack_Canonicalizer_Object_2020_12,
132127 { "type": "object", "minProperties": 0, "properties": {} },
133128 { "type": "array", "minItems": 0 },
134129 { "type": "string", "minLength": 0 },
135- { "type": "number", "multipleOf": 1 },
136- { "type": "integer", "multipleOf": 1 }
130+ { "type": "number" }
137131 ]
138132 }
139133 }
@@ -231,8 +225,7 @@ TEST(JSONBinPack_Canonicalizer_Object_2020_12, dependent_required_tautology_1) {
231225 { "type": "object", "minProperties": 0, "properties": {} },
232226 { "type": "array", "minItems": 0 },
233227 { "type": "string", "minLength": 0 },
234- { "type": "number", "multipleOf": 1 },
235- { "type": "integer", "multipleOf": 1 }
228+ { "type": "number" }
236229 ]
237230 },
238231 "bar": {
@@ -242,8 +235,7 @@ TEST(JSONBinPack_Canonicalizer_Object_2020_12, dependent_required_tautology_1) {
242235 { "type": "object", "minProperties": 0, "properties": {} },
243236 { "type": "array", "minItems": 0 },
244237 { "type": "string", "minLength": 0 },
245- { "type": "number", "multipleOf": 1 },
246- { "type": "integer", "multipleOf": 1 }
238+ { "type": "number" }
247239 ]
248240 },
249241 "baz": {
@@ -253,8 +245,7 @@ TEST(JSONBinPack_Canonicalizer_Object_2020_12, dependent_required_tautology_1) {
253245 { "type": "object", "minProperties": 0, "properties": {} },
254246 { "type": "array", "minItems": 0 },
255247 { "type": "string", "minLength": 0 },
256- { "type": "number", "multipleOf": 1 },
257- { "type": "integer", "multipleOf": 1 }
248+ { "type": "number" }
258249 ]
259250 }
260251 }
@@ -290,8 +281,7 @@ TEST(JSONBinPack_Canonicalizer_Object_2020_12, dependent_required_tautology_2) {
290281 { "type": "object", "minProperties": 0, "properties": {} },
291282 { "type": "array", "minItems": 0 },
292283 { "type": "string", "minLength": 0 },
293- { "type": "number", "multipleOf": 1 },
294- { "type": "integer", "multipleOf": 1 }
284+ { "type": "number" }
295285 ]
296286 },
297287 "baz": {
@@ -301,8 +291,7 @@ TEST(JSONBinPack_Canonicalizer_Object_2020_12, dependent_required_tautology_2) {
301291 { "type": "object", "minProperties": 0, "properties": {} },
302292 { "type": "array", "minItems": 0 },
303293 { "type": "string", "minLength": 0 },
304- { "type": "number", "multipleOf": 1 },
305- { "type": "integer", "multipleOf": 1 }
294+ { "type": "number" }
306295 ]
307296 },
308297 "foo": {
@@ -312,8 +301,7 @@ TEST(JSONBinPack_Canonicalizer_Object_2020_12, dependent_required_tautology_2) {
312301 { "type": "object", "minProperties": 0, "properties": {} },
313302 { "type": "array", "minItems": 0 },
314303 { "type": "string", "minLength": 0 },
315- { "type": "number", "multipleOf": 1 },
316- { "type": "integer", "multipleOf": 1 }
304+ { "type": "number" }
317305 ]
318306 },
319307 "qux": {
@@ -323,8 +311,7 @@ TEST(JSONBinPack_Canonicalizer_Object_2020_12, dependent_required_tautology_2) {
323311 { "type": "object", "minProperties": 0, "properties": {} },
324312 { "type": "array", "minItems": 0 },
325313 { "type": "string", "minLength": 0 },
326- { "type": "number", "multipleOf": 1 },
327- { "type": "integer", "multipleOf": 1 }
314+ { "type": "number" }
328315 ]
329316 }
330317 }
@@ -356,8 +343,7 @@ TEST(JSONBinPack_Canonicalizer_Object_2020_12, duplicate_required_values_1) {
356343 { "type": "object", "minProperties": 0, "properties": {} },
357344 { "type": "array", "minItems": 0 },
358345 { "type": "string", "minLength": 0 },
359- { "type": "number", "multipleOf": 1 },
360- { "type": "integer", "multipleOf": 1 }
346+ { "type": "number" }
361347 ]
362348 }
363349 }
@@ -389,8 +375,7 @@ TEST(JSONBinPack_Canonicalizer_Object_2020_12, duplicate_required_values_2) {
389375 { "type": "object", "minProperties": 0, "properties": {} },
390376 { "type": "array", "minItems": 0 },
391377 { "type": "string", "minLength": 0 },
392- { "type": "number", "multipleOf": 1 },
393- { "type": "integer", "multipleOf": 1 }
378+ { "type": "number" }
394379 ]
395380 },
396381 "baz": {
@@ -400,8 +385,7 @@ TEST(JSONBinPack_Canonicalizer_Object_2020_12, duplicate_required_values_2) {
400385 { "type": "object", "minProperties": 0, "properties": {} },
401386 { "type": "array", "minItems": 0 },
402387 { "type": "string", "minLength": 0 },
403- { "type": "number", "multipleOf": 1 },
404- { "type": "integer", "multipleOf": 1 }
388+ { "type": "number" }
405389 ]
406390 },
407391 "foo": {
@@ -411,8 +395,7 @@ TEST(JSONBinPack_Canonicalizer_Object_2020_12, duplicate_required_values_2) {
411395 { "type": "object", "minProperties": 0, "properties": {} },
412396 { "type": "array", "minItems": 0 },
413397 { "type": "string", "minLength": 0 },
414- { "type": "number", "multipleOf": 1 },
415- { "type": "integer", "multipleOf": 1 }
398+ { "type": "number" }
416399 ]
417400 }
418401 }
0 commit comments