Skip to content

Commit e636ac4

Browse files
Add Cloud.gov Workshop configuration schema to the catalog (SchemaStore#5196)
* Add Cloud.gov Workshop configuration schema to the catalog Adds support for `cg-workshop.yml` and `cg-workshop/*.yml` files used by [Cloud.gov Workshop](https://cloud.gov/workshop) for management of resources in code. This schema support `namespaces` and `users` (managed by Workshop operations) as well as `projects` and `subgroups` (managed by Workshop customers). * [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 e7d4268 commit e636ac4

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
@@ -610,6 +610,12 @@
610610
"fileMatch": [],
611611
"url": "https://www.schemastore.org/cinnamon-spice.info.json"
612612
},
613+
{
614+
"name": "Cloud.gov Workshop Configuration",
615+
"description": "Configuration for IaC managed resources in Cloud.gov Workshop",
616+
"fileMatch": ["cg-workshop.yml", "**/cg-workshop/*.yml"],
617+
"url": "https://workshop.cloud.gov/workshop/workshop-schemas/-/raw/main/cg-workhshop.schema.json"
618+
},
613619
{
614620
"name": "cmdx.yaml",
615621
"description": "cmdx configuration file",

0 commit comments

Comments
 (0)