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 11, 2024
1 parent 46b3b7e commit 3727473
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/schemastore/catalog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ M.json = {
["Commandbox Box.json"] = 129,
["Commandbox Server.json"] = 130,
["Common Catalog Data"] = 182,
Concord = 902,
["Configu .cfgu files"] = 891,
["Configu .configu file"] = 892,
Conjure = 126,
Expand Down Expand Up @@ -5872,6 +5873,11 @@ M.json = {
fileMatch = { "spicepod.yml", "spicepod.yaml" },
name = "spicepod.yaml",
url = "https://raw.githubusercontent.com/spiceai/spiceai/trunk/.schema/spicepod.schema.json"
}, {
description = "Concord - https://github.com/walmartlabs/concord, workflow orcehstrator",
fileMatch = { "*.concord.yaml", "*.concord.yml", ".concord.yml", ".concord.yaml", "concord.yml", "concord.yaml" },
name = "Concord",
url = "https://raw.githubusercontent.com/amithkb/concord-json-schema/main/.schema/concord.json"
} },
version = 1
}
Expand Down

0 comments on commit 3727473

Please sign in to comment.