Skip to content

Commit

Permalink
v1.0.166
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 10, 2024
1 parent c3e0b48 commit 5716319
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 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.165",
"version": "1.0.166",
"publisher": "remcohaszing",
"description": "Use the JSON Schema Store catalog for JSON schema validation.",
"author": "Remco Haszing <remcohaszing@gmail.com>",
Expand Down Expand Up @@ -1725,6 +1725,26 @@
".markdownlintrc"
]
},
{
"url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/dbt_project-latest.json",
"fileMatch": "dbt_project.{yaml,yml}"
},
{
"url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/dbt_yml_files-latest.json",
"fileMatch": "*dbt*/{macros,models,seeds,snapshots}/**/*.{yaml,yml}"
},
{
"url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/dependencies-latest.json",
"fileMatch": "*dbt*/dependencies.{yaml,yml}"
},
{
"url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/packages-latest.json",
"fileMatch": "*dbt*/packages.{yaml,yml}"
},
{
"url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/selectors-latest.json",
"fileMatch": "*dbt*/selectors.{yaml,yml}"
},
{
"url": "https://raw.githubusercontent.com/dcermak/vscode-rke-cluster-config/main/schemas/cluster.json",
"fileMatch": "cluster.json"
Expand Down

0 comments on commit 5716319

Please sign in to comment.