Skip to content

Commit cceb8c0

Browse files
authored
Added ZAPP schemas 1.6.0 and 1.7.0 (SchemaStore#5075)
1 parent c049387 commit cceb8c0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/api/json/catalog.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3118,15 +3118,17 @@
31183118
"name": "IBM Zapp document",
31193119
"description": "IBM Z APPlication configuration file for IBM zDevOps development tools such as Z Open Editor",
31203120
"fileMatch": ["zapp.yaml", "zapp.yml", "zapp.json"],
3121-
"url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.5.0.json",
3121+
"url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.7.0.json",
31223122
"versions": {
31233123
"1.0.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.0.0.json",
31243124
"1.1.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.1.0.json",
31253125
"1.2.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.2.0.json",
31263126
"1.2.1": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.2.1.json",
31273127
"1.3.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.3.0.json",
31283128
"1.4.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.4.0.json",
3129-
"1.5.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.5.0.json"
3129+
"1.5.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.5.0.json",
3130+
"1.6.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.6.0.json",
3131+
"1.7.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.7.0.json"
31303132
}
31313133
},
31323134
{

0 commit comments

Comments
 (0)