Skip to content

Commit

Permalink
v1.0.147
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 8, 2024
1 parent 893ee04 commit 4ed688f
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 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.146",
"version": "1.0.147",
"publisher": "remcohaszing",
"description": "Use the JSON Schema Store catalog for JSON schema validation.",
"author": "Remco Haszing <remcohaszing@gmail.com>",
Expand Down Expand Up @@ -1090,6 +1090,33 @@
"url": "https://json.schemastore.org/qfconfig.json",
"fileMatch": "qfconfig.json"
},
{
"url": "https://json.schemastore.org/rc3-auth-0.0.3.json",
"fileMatch": "rc-auth.json"
},
{
"url": "https://json.schemastore.org/rc3-collection-0.0.3.json",
"fileMatch": "rc-collection.json"
},
{
"url": "https://json.schemastore.org/rc3-environment-0.0.3.json",
"fileMatch": [
"environments/*.json",
"rc-global.json"
]
},
{
"url": "https://json.schemastore.org/rc3-folder-0.0.3.json",
"fileMatch": "rc-folder.json"
},
{
"url": "https://json.schemastore.org/rc3-request-0.0.3.json",
"fileMatch": "*.request"
},
{
"url": "https://json.schemastore.org/rc3-settings-0.0.3.json",
"fileMatch": "rc-settings.json"
},
{
"url": "https://json.schemastore.org/rehyperc.json",
"fileMatch": [
Expand Down

0 comments on commit 4ed688f

Please sign in to comment.