Skip to content

Commit

Permalink
v1.0.178
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 14, 2024
1 parent f36e303 commit 1498c1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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.177",
"version": "1.0.178",
"publisher": "remcohaszing",
"description": "Use the JSON Schema Store catalog for JSON schema validation.",
"author": "Remco Haszing <remcohaszing@gmail.com>",
Expand Down Expand Up @@ -277,6 +277,10 @@
"url": "https://deta.space/assets/spacefile.schema.json",
"fileMatch": "Spacefile"
},
{
"url": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
"fileMatch": "tsdoc.json"
},
{
"url": "https://docs.renovatebot.com/renovate-schema.json",
"fileMatch": [
Expand Down
3 changes: 3 additions & 0 deletions schemas/abc-inventory-module-data.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
},
{
"$ref": "https://json.schemastore.org/abc-inventory-module-data-2.0.0.json"
},
{
"$ref": "https://json.schemastore.org/abc-inventory-module-data-3.0.0.json"
}
]
}

0 comments on commit 1498c1d

Please sign in to comment.