Skip to content

Commit

Permalink
v1.0.105
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 18, 2023
1 parent 78fbb66 commit 1ba83dc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 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.104",
"version": "1.0.105",
"publisher": "remcohaszing",
"description": "Use the JSON Schema Store catalog for JSON schema validation.",
"author": "Remco Haszing <remcohaszing@gmail.com>",
Expand Down Expand Up @@ -222,6 +222,10 @@
"url": "https://blockprotocol.org/schemas/block-metadata.json",
"fileMatch": "block-metadata.json"
},
{
"url": "https://cdn.jsdelivr.net/npm/tsup/schema.json",
"fileMatch": "tsup.config.json"
},
{
"url": "https://chat-agents.lobehub.com/schema/lobeAgentSchema_v1.json",
"fileMatch": "lobe-agent.json"
Expand Down Expand Up @@ -256,6 +260,10 @@
"url": "https://enduricastorage.blob.core.windows.net/public/endurica-cl-schema.json",
"fileMatch": "*.ki.json"
},
{
"url": "https://getcomposer.org/schema.json",
"fileMatch": "composer.json"
},
{
"url": "https://github.com/abstracta/jmeter-java-dsl/releases/latest/download/jmdsl-config-schema.json",
"fileMatch": "*.jmdsl.json"
Expand Down Expand Up @@ -1466,10 +1474,6 @@
"ms2rescore.json"
]
},
{
"url": "https://raw.githubusercontent.com/composer/composer/main/res/composer-schema.json",
"fileMatch": "composer.json"
},
{
"url": "https://raw.githubusercontent.com/DataDog/schema/main/service-catalog/version.schema.json",
"fileMatch": "service.datadog.json"
Expand Down

0 comments on commit 1ba83dc

Please sign in to comment.