Skip to content

Commit

Permalink
Update SchemaStore catalog
Browse files Browse the repository at this point in the history
This commit was performed automatically by GitHub Actions.
  • Loading branch information
b0o authored and actions-user committed Jul 10, 2024
1 parent 2dedaa4 commit 46b3b7e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lua/schemastore/catalog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2580,7 +2580,11 @@ M.json = {
description = "Configuration for Gaspar",
fileMatch = { "gaspar.config.json" },
name = "Gaspar",
url = "https://json.schemastore.org/gaspar-1.0.json"
url = "https://json.schemastore.org/gaspar-3.0.json",
versions = {
["1.0"] = "https://json.schemastore.org/gaspar-1.0.json",
["3.0"] = "https://json.schemastore.org/gaspar-3.0.json"
}
}, {
description = "Cloudtoid GatewayCore API Gateway and Reverse Proxy",
fileMatch = { "gwcore.json", "gwcore.yml", "gwcore.yaml", "gatewaycore.json", "gatewaycore.yml", "gatewaycore.yaml", "*.gwcore.json", "*.gwcore.yml", "*.gwcore.yaml", "*.gatewaycore.json", "*.gatewaycore.yml", "*.gatewaycore.yaml" },
Expand Down

0 comments on commit 46b3b7e

Please sign in to comment.