Skip to content

Commit 56b077a

Browse files
"latest" links are removed
see OAI/OpenAPI-Specification#4133
1 parent 35b636b commit 56b077a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

update-schemas

+2-4
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ my %files = (
2222
'oas/meta/base.schema.json' => 'https://spec.openapis.org/oas/3.1/meta/base',
2323

2424
# openapi document schema + custom json schema dialect
25-
#'oas/schema-base.json' => 'https://spec.openapis.org/oas/3.1/schema-base',
26-
'oas/schema-base.json' => 'https://spec.openapis.org/oas/3.1/schema-base/latest',
25+
'oas/schema-base.json' => 'https://spec.openapis.org/oas/3.1/schema-base/2022-10-07',
2726

2827
# the main openapi document schema
29-
#'oas/schema.json' => 'https://spec.openapis.org/oas/3.1/schema',
30-
'oas/schema.json' => 'https://spec.openapis.org/oas/3.1/schema/latest',
28+
'oas/schema.json' => 'https://spec.openapis.org/oas/3.1/schema/2022-10-07',
3129

3230
'oas/LICENSE' => 'https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/LICENSE',
3331
);

0 commit comments

Comments
 (0)