Skip to content

Commit 9d278bd

Browse files
committed
Update schema store
1 parent 59f0e2f commit 9d278bd

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

schemastore/timestamp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"timestamp":1652835023870}
1+
{"timestamp":1652922498567}

schemastore/www.schemastore.org/api/json/catalog.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3532,6 +3532,23 @@
35323532
"gherking.js"
35333533
],
35343534
"url": "https://raw.githubusercontent.com/gherking/gherking/master/schema/gherking.schema.json"
3535+
},
3536+
{
3537+
"name": "CICS TS resource overrides",
3538+
"description": "JSON schema for resource overrides in IBM CICS Transaction Server for z/OS",
3539+
"fileMatch": [
3540+
"**/resourceoverrides/*.yaml",
3541+
"**/resourceoverrides/*.yml",
3542+
"*.cicsoverrides.yaml",
3543+
"*.cicsoverrides.yml"
3544+
],
3545+
"url": "https://public.dhe.ibm.com/ibmdl/export/pub/software/htp/cics/schemas/json/resourceoverrides.json"
3546+
},
3547+
{
3548+
"name": "Webman package recipe",
3549+
"description": "YAML schema for a webman package",
3550+
"fileMatch": ["*.webman-pkg.yml"],
3551+
"url": "https://raw.githubusercontent.com/candrewlee14/webman/main/schema/pkg_schema.json"
35353552
}
35363553
],
35373554
"version": 1

0 commit comments

Comments
 (0)