Skip to content

Commit

Permalink
schema-catalog: register concord workflow orchestrator schema (Schema…
Browse files Browse the repository at this point in the history
…Store#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>
  • Loading branch information
amithkb and pre-commit-ci[bot] authored Jul 11, 2024
1 parent 314c186 commit 27db9bd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit 27db9bd

Please sign in to comment.