Skip to content

Commit

Permalink
Improve JSON Schema to return better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Nov 28, 2023
1 parent 0feb5d9 commit 236b175
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 236b175

Please sign in to comment.