We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870e8e9 commit 1f5671eCopy full SHA for 1f5671e
docs/Project.toml
@@ -6,5 +6,5 @@ MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
6
7
[compat]
8
Documenter = "1"
9
-JSON = "0.21"
+JSON = "1"
10
JSONSchema = "1"
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