Skip to content

Commit 1f5671e

Browse files
authored
Test CI with JSON@1 (#2864)
1 parent 870e8e9 commit 1f5671e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
66

77
[compat]
88
Documenter = "1"
9-
JSON = "0.21"
9+
JSON = "1"
1010
JSONSchema = "1"

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)