Skip to content

Commit

Permalink
Merge pull request #913 from ssilverman/shawn/fix-trailing-comma
Browse files Browse the repository at this point in the history
[912] Fix trailing comma in "Output Structure" example instance
  • Loading branch information
handrews authored May 8, 2020
2 parents a147f3b + 843f4e3 commit 39e3969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonschema-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2809,7 +2809,7 @@ https://example.com/schemas/common#/$defs/count/minimum
[
{
"x": 2.5,
"y": 1.3,
"y": 1.3
},
{
"x": 1,
Expand Down

0 comments on commit 39e3969

Please sign in to comment.