diff --git a/package.json b/package.json index 430edf6..029e4d2 100644 --- a/package.json +++ b/package.json @@ -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 ", @@ -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"