We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7bccf6 commit 0bcf2d1Copy full SHA for 0bcf2d1
1 file changed
docs/src/submodules/FileFormats/overview.md
@@ -282,7 +282,7 @@ Use `JSONSchema.validate` to obtain more insight into why the validation failed:
282
julia> JSONSchema.validate(schema, bad_model)
283
Validation failed:
284
path: [variables][1]
285
-instance: Dict{String, Any}("NaMe" => "x")
+instance: JSON.Object{String, Any}("NaMe" => "x")
286
schema key: required
287
schema value: Any["name"]
288
```
0 commit comments