Skip to content

Commit

Permalink
Added IBM zapp and zcodeformat to catalog (#2860)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Haumer <4391934+phaumer@users.noreply.github.com>
  • Loading branch information
phaumer authored Mar 28, 2023
1 parent f32d60b commit f240cd9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1884,6 +1884,18 @@
"fileMatch": ["hydra.json", "hydra.yml", "hydra.yaml", "hydra.toml"],
"url": "https://raw.githubusercontent.com/ory/hydra/master/.schema/version.schema.json"
},
{
"name": "IBM Zapp document",
"description": "IBM Z APPlication configuration file for IBM zDevOps development tools such as Z Open Editor.",
"fileMatch": ["zapp.yaml", "zapp.json"],
"url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.0.0.json"
},
{
"name": "IBM zCodeFormatSettings",
"description": "IBM Enterprise languages code formatter settings file for IBM zDevOps development tools such as Z Open Editor.",
"fileMatch": ["zcodeformat.yaml", "zcodeformat.json"],
"url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zcodeformat/zcodeformat-schema-0.0.1.json"
},
{
"name": "ide.host.json",
"description": "JSON schema for IDE template host file",
Expand Down

0 comments on commit f240cd9

Please sign in to comment.