Skip to content

Commit 0bcf2d1

Browse files
committed
Fix
1 parent d7bccf6 commit 0bcf2d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/submodules/FileFormats/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Use `JSONSchema.validate` to obtain more insight into why the validation failed:
282282
julia> JSONSchema.validate(schema, bad_model)
283283
Validation failed:
284284
path: [variables][1]
285-
instance: Dict{String, Any}("NaMe" => "x")
285+
instance: JSON.Object{String, Any}("NaMe" => "x")
286286
schema key: required
287287
schema value: Any["name"]
288288
```

0 commit comments

Comments
 (0)