diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index fc870588e75..693cb3d6dea 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -6642,6 +6642,19 @@ "description": "Spice.ai OSS Spicepod Manifest file", "fileMatch": ["spicepod.yml", "spicepod.yaml"], "url": "https://raw.githubusercontent.com/spiceai/spiceai/trunk/.schema/spicepod.schema.json" + }, + { + "name": "Concord", + "description": "Concord - https://github.com/walmartlabs/concord, workflow orcehstrator", + "fileMatch": [ + "*.concord.yaml", + "*.concord.yml", + ".concord.yml", + ".concord.yaml", + "concord.yml", + "concord.yaml" + ], + "url": "https://raw.githubusercontent.com/amithkb/concord-json-schema/main/.schema/concord.json" } ] }