From 27db9bd55d639a81aba44c8b19907d7174af1537 Mon Sep 17 00:00:00 2001 From: Amith K B <70886332+amithkb@users.noreply.github.com> Date: Thu, 11 Jul 2024 20:58:09 +0530 Subject: [PATCH] schema-catalog: register concord workflow orchestrator schema (#3918) * add concord workflow orchestrator schema concord - https://github.com/walmartlabs/concord * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove schema from description --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- src/api/json/catalog.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" } ] }