File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,10 @@ my %files = (
22
22
' oas/meta/base.schema.json' => ' https://spec.openapis.org/oas/3.1/meta/base' ,
23
23
24
24
# 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' ,
27
26
28
27
# 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' ,
31
29
32
30
' oas/LICENSE' => ' https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/LICENSE' ,
33
31
);
You can’t perform that action at this time.
0 commit comments