Skip to content

Commit

Permalink
Merge pull request #471 from dodona-edu/fix/better-error
Browse files Browse the repository at this point in the history
Improve JSON Schema to return better error message
  • Loading branch information
niknetniko authored Nov 28, 2023
2 parents 0feb5d9 + 236b175 commit 43dcc37
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions tested/dsl/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
{
"$ref" : "#/$defs/_rootObject"
},
{
"$ref" : "#/$defs/unit"
},
{
"$ref" : "#/$defs/_unitList"
}
Expand Down
3 changes: 0 additions & 3 deletions tested/dsl/schema_draft7.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
{
"$ref" : "#/definitions/_rootObject"
},
{
"$ref" : "#/definitions/unit"
},
{
"$ref" : "#/definitions/_unitList"
}
Expand Down

0 comments on commit 43dcc37

Please sign in to comment.