Skip to content

Commit 1969141

Browse files
authored
Merge pull request json-schema-org#255 from awwright/aaa-c
Validation: Remove extraneous comma
2 parents 8371e37 + 9564c37 commit 1969141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-validation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@
673673
"definitions": {
674674
"positiveInteger": {
675675
"type": "integer",
676-
"exclusiveMinimum": 0,
676+
"exclusiveMinimum": 0
677677
}
678678
}
679679
}

0 commit comments

Comments
 (0)