diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 07e9f3fc312..4410f01670a 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -993,6 +993,41 @@ "fileMatch": ["dbt_project.yml"], "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/dbt_project-latest.json" }, + { + "name": "dbt Packages", + "description": "dbt packages configurations", + "fileMatch": ["packages.yml"], + "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/packages-latest.json" + }, + { + "name": "dbt Selectors", + "description": "dbt selectors configurations", + "fileMatch": ["selectors.yml"], + "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/selectors-latest.json" + }, + { + "name": "dbt YAML files", + "description": "dbt YAML files configurations", + "fileMatch": [ + "macros/*.yml", + "macros/**/*.yml", + "macros/*.yaml", + "macros/**/*.yaml", + "models/*.yml", + "models/**/*.yml", + "models/*.yaml", + "models/**/*.yaml", + "seeds/*.yml", + "seeds/**/*.yml", + "seeds/*.yaml", + "seeds/**/*.yaml", + "snapshots/*.yml", + "snapshots/**/*.yml", + "snapshots/*.yaml", + "snapshots/**/*.yaml" + ], + "url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/selectors-latest.json" + }, { "name": "Dein Config", "description": "Dein.vim, a Vim/Neovim plugin manager",