Skip to content

Commit 458b30a

Browse files
authored
Added schema version 1.5.0 (SchemaStore#4924)
1 parent 731c7f3 commit 458b30a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/api/json/catalog.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3068,15 +3068,16 @@
30683068
{
30693069
"name": "IBM Zapp document",
30703070
"description": "IBM Z APPlication configuration file for IBM zDevOps development tools such as Z Open Editor",
3071-
"fileMatch": ["zapp.yaml", "zapp.json"],
3072-
"url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.4.0.json",
3071+
"fileMatch": ["zapp.yaml", "zapp.yml", "zapp.json"],
3072+
"url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.5.0.json",
30733073
"versions": {
30743074
"1.0.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.0.0.json",
30753075
"1.1.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.1.0.json",
30763076
"1.2.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.2.0.json",
30773077
"1.2.1": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.2.1.json",
30783078
"1.3.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.3.0.json",
3079-
"1.4.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.4.0.json"
3079+
"1.4.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.4.0.json",
3080+
"1.5.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.5.0.json"
30803081
}
30813082
},
30823083
{

0 commit comments

Comments
 (0)