Skip to content

Commit 8ac5ddb

Browse files
committed
removing some trailing commas from testschemas.json
1 parent d4500ca commit 8ac5ddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/test/resources/org/everit/jsonvalidator/testschemas.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,14 +257,14 @@
257257
"type" : "string",
258258
"anyOf" : [
259259
{"pattern" : "a.*"},
260-
{"minLength" : 50},
260+
{"minLength" : 50}
261261
]
262262
},
263263
"combinedSchemaWithMultipleBaseSchemas" : {
264264
"type" : ["string", "integer"],
265265
"anyOf" : [
266266
{"pattern" : "a.*"},
267-
{"minLength" : 50},
267+
{"minLength" : 50}
268268
]
269269
},
270270
"jsonPointerInArray" : {

0 commit comments

Comments
 (0)