Skip to content

Commit 091b257

Browse files
chore(deps): bump jsonschema/oas3/tests/testsuite from 677a939 to d69537a (#81)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tristan Cartledge <[email protected]> Co-authored-by: Tristan Cartledge <[email protected]>
1 parent 4b37d09 commit 091b257

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

go.work

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ go 1.24.3
33
use (
44
.
55
./cmd/openapi
6+
./jsonschema/oas3/tests
67
)

jsonschema/oas3/tests/testsuite

Submodule testsuite updated 155 files

jsonschema/oas3/tests/testsuite_test.go

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,15 @@ var blacklistedTestCases = map[string]string{
7171
"ref.json:17": "requires complex $id resolution chain",
7272
"ref.json:18": "requires $id evaluation before $ref",
7373
"ref.json:19": "requires $id and $anchor evaluation before $ref",
74-
"ref.json:20": "requires URN scheme support",
75-
"ref.json:25": "requires URN scheme with JSON pointer",
76-
"ref.json:26": "requires URN scheme with anchor",
77-
"ref.json:27": "requires URN scheme with nested references",
78-
"ref.json:28": "requires conditional schema reference resolution",
74+
"ref.json:20": "requires $id evaluation before $ref on nested schemas",
75+
"ref.json:21": "requires URN scheme support",
76+
"ref.json:26": "requires URN scheme with JSON pointer",
77+
"ref.json:27": "requires URN scheme with anchor",
78+
"ref.json:28": "requires URN scheme with nested references",
7979
"ref.json:29": "requires conditional schema reference resolution",
8080
"ref.json:30": "requires conditional schema reference resolution",
81-
"ref.json:31": "requires absolute path reference resolution",
81+
"ref.json:31": "requires conditional schema reference resolution",
82+
"ref.json:32": "requires absolute path reference resolution",
8283

8384
// dynamicRef.json tests - all failing due to lack of dynamic reference support
8485
"dynamicRef.json:0": "requires dynamic reference resolution support",
@@ -98,6 +99,7 @@ var blacklistedTestCases = map[string]string{
9899
"dynamicRef.json:15": "requires dynamic reference resolution support",
99100
"dynamicRef.json:16": "requires dynamic reference resolution support",
100101
"dynamicRef.json:19": "requires dynamic reference resolution support",
102+
"dynamicRef.json:20": "requires dynamic reference resolution support",
101103

102104
// optional/dynamicRef.json tests
103105
"optional/dynamicRef.json:0": "requires dynamic reference resolution support",

0 commit comments

Comments
 (0)