diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index f42cb0e64e5..ab3a96fa966 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -4123,7 +4123,7 @@ "name": "IBM Zapp document", "description": "IBM Z APPlication configuration file for IBM zDevOps development tools such as Z Open Editor", "fileMatch": ["zapp.yaml", "zapp.yml", "zapp.json"], - "url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.8.0.json", + "url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.10.2.json", "versions": { "1.0.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.0.0.json", "1.1.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.1.0.json", @@ -4134,7 +4134,10 @@ "1.5.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.5.0.json", "1.6.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.6.0.json", "1.7.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.7.0.json", - "1.8.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.8.0.json" + "1.8.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.8.0.json", + "1.9.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.9.0.json", + "1.10.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.10.0.json", + "1.10.2": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.10.2.json" } }, { @@ -6434,6 +6437,12 @@ "fileMatch": ["replit.toml"], "url": "https://www.schemastore.org/replit.json" }, + { + "name": "repo-settings-as-code", + "description": "Declarative GitHub repository settings applied by the repo-settings-as-code action; accepts Probot Settings app files as-is. Documentation: https://github.com/Vivswan/repo-settings-as-code", + "fileMatch": ["**/.github/settings.yml"], + "url": "https://raw.githubusercontent.com/Vivswan/repo-settings-as-code/main/lib/settings.schema.json" + }, { "name": "reposets Configuration", "description": "Configuration for the reposets CLI tool for syncing GitHub repository settings",