Skip to content

Commit

Permalink
"latest" links are removed
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Oct 20, 2024
1 parent 35b636b commit 56b077a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions update-schemas
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ my %files = (
'oas/meta/base.schema.json' => 'https://spec.openapis.org/oas/3.1/meta/base',

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

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

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

0 comments on commit 56b077a

Please sign in to comment.