Skip to content

Commit 31ee726

Browse files
Add Clawject configuration schema to catalogue (#3667)
* Add Clawject configuration schema to catalogue This PR adds external schema file for typescript dependency injection framework - Clawject https://clawject.com * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ecc7416 commit 31ee726

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -962,6 +962,12 @@
962962
"fileMatch": ["cumulusci.yml"],
963963
"url": "https://raw.githubusercontent.com/SFDO-Tooling/CumulusCI/main/cumulusci/schema/cumulusci.jsonschema.json"
964964
},
965+
{
966+
"name": "Clawject config",
967+
"description": "Clawject configuration file",
968+
"fileMatch": [".clawjectrc", ".clawjectrc.json"],
969+
"url": "https://raw.githubusercontent.com/clawject/clawject/main/packages/clawject/src/compile-time/config/schema.json"
970+
},
965971
{
966972
"name": "DataYoga Connections",
967973
"description": "Collection of defined source and target connections used within DataYoga jobs",

0 commit comments

Comments
 (0)