Skip to content

Commit

Permalink
v1.0.182
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 3, 2024
1 parent a84f1bc commit d2e8664
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <remcohaszing@gmail.com>",
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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"
Expand Down
19 changes: 19 additions & 0 deletions schemas/zapp.schema.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit d2e8664

Please sign in to comment.