Skip to content

Commit

Permalink
Specify type of error that is being expected
Browse files Browse the repository at this point in the history
  • Loading branch information
joswarmer committed Nov 9, 2023
1 parent 9ab518e commit 89c7d4f
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"errors": [
{
"file": "arrayValue.json",
"error": "PropertyTypeIncorrect"
},
{
"file": "booleanValue.json",
"error": "PropertyTypeIncorrect"
},
{
"file": "missing.json",
"error": "PropertyMissing"
},
{
"file": "numValue.json",
"error": "PropertyTypeIncorrect"
},
{
"file": "objectValue.json",
"error": "PropertyTypeIncorrect"
}
]
}

0 comments on commit 89c7d4f

Please sign in to comment.