Skip to content

Commit c103ea3

Browse files
b0oactions-user
authored andcommitted
Update SchemaStore catalog
This commit was performed automatically by GitHub Actions.
1 parent 3941c52 commit c103ea3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

lua/schemastore/catalog.lua

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4370,13 +4370,7 @@ M.json = {
43704370
description = "An OpenAPI documentation file",
43714371
fileMatch = { "openapi.json", "openapi.yml", "openapi.yaml" },
43724372
name = "openapi.json",
4373-
url = "https://spec.openapis.org/oas/3.1/schema/2025-09-15",
4374-
versions = {
4375-
["2.0"] = "https://spec.openapis.org/oas/2.0/schema/2017-08-27",
4376-
["3.0"] = "https://spec.openapis.org/oas/3.0/schema/2024-10-18",
4377-
["3.1"] = "https://spec.openapis.org/oas/3.1/schema/2025-09-15",
4378-
["3.2"] = "https://spec.openapis.org/oas/3.2/schema/2025-09-17"
4379-
}
4373+
url = "https://www.schemastore.org/openapi-3.X.json"
43804374
}, {
43814375
description = "An OpenRPC document. Documentation: https://open-rpc.org for more information",
43824376
fileMatch = { "openrpc.json", "openrpc.yml", "openrpc.yaml", "open-rpc.json", "open-rpc.yml", "open-rpc.yaml" },
@@ -5624,7 +5618,7 @@ M.json = {
56245618
description = "Swagger API 2.0",
56255619
fileMatch = { "swagger.json" },
56265620
name = "Swagger API 2.0",
5627-
url = "https://www.schemastore.org/swagger-2.0.json"
5621+
url = "https://spec.openapis.org/oas/2.0/schema/2017-08-27"
56285622
}, {
56295623
description = "Synadia Connect component definition",
56305624
fileMatch = { "**/.connect/scanners/*.yml", "**/.connect/sources/*.yml", "**/.connect/sinks/*.yml" },

0 commit comments

Comments
 (0)