diff --git a/package.json b/package.json index 90d10f8..6b96e9c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "schemastore", "displayName": "JSON Schema Store Catalog", - "version": "1.0.181", + "version": "1.0.182", "publisher": "remcohaszing", "description": "Use the JSON Schema Store catalog for JSON schema validation.", "author": "Remco Haszing ", @@ -272,6 +272,10 @@ "xunit.runner.json" ] }, + { + "url": "./schemas/zapp.schema.json", + "fileMatch": "zapp.json" + }, { "url": "https://alec016.github.io/Custom-Machinery/Json%20Schema/src/main/resources/schemas/custom_machinery_machine.json", "fileMatch": [ @@ -1921,10 +1925,6 @@ "scripts.json" ] }, - { - "url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.2.1.json", - "fileMatch": "zapp.json" - }, { "url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zcodeformat/zcodeformat-schema-0.0.1.json", "fileMatch": "zcodeformat.json" diff --git a/schemas/zapp.schema.json b/schemas/zapp.schema.json new file mode 100644 index 0000000..a312cfd --- /dev/null +++ b/schemas/zapp.schema.json @@ -0,0 +1,19 @@ +{ + "anyOf": [ + { + "$ref": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.0.0.json" + }, + { + "$ref": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.1.0.json" + }, + { + "$ref": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.2.0.json" + }, + { + "$ref": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.2.1.json" + }, + { + "$ref": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.3.0.json" + } + ] +}