Skip to content

Commit 53e029b

Browse files
authored
Added schema version 1.4.0 (SchemaStore#4661)
1 parent ae390a6 commit 53e029b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/api/json/catalog.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2925,13 +2925,14 @@
29252925
"name": "IBM Zapp document",
29262926
"description": "IBM Z APPlication configuration file for IBM zDevOps development tools such as Z Open Editor",
29272927
"fileMatch": ["zapp.yaml", "zapp.json"],
2928-
"url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.3.0.json",
2928+
"url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.4.0.json",
29292929
"versions": {
29302930
"1.0.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.0.0.json",
29312931
"1.1.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.1.0.json",
29322932
"1.2.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.2.0.json",
29332933
"1.2.1": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.2.1.json",
2934-
"1.3.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.3.0.json"
2934+
"1.3.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.3.0.json",
2935+
"1.4.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.4.0.json"
29352936
}
29362937
},
29372938
{

0 commit comments

Comments
 (0)