update schema definitions for yaml files

This commit is contained in:
Pablo Martin 2025-01-13 15:57:34 +01:00
parent b3ba2b5fa0
commit db1edf7a1c

View file

@ -16,7 +16,7 @@
"editor.formatOnSave": true
},
"yaml.schemas": {
"https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/dbt_yml_files.json": [
"https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/refs/heads/main/schemas/latest/dbt_yml_files-latest.json": [
"/**/*.yml",
"!profiles.yml",
"!dbt_project.yml",
@ -24,13 +24,13 @@
"!selectors.yml",
"!profile_template.yml"
],
"https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/dbt_project.json": [
"https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/refs/heads/main/schemas/latest/dbt_project-latest.json": [
"dbt_project.yml"
],
"https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/selectors.json": [
"https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/refs/heads/main/schemas/latest/selectors-latest.json": [
"selectors.yml"
],
"https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/packages.json": [
"https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/refs/heads/main/schemas/latest/packages-latest.json": [
"packages.yml"
]
},