diff --git a/schemas/latest/dbt_project-latest.json b/schemas/latest/dbt_project-latest.json index 9ea4b06..f721c53 100644 --- a/schemas/latest/dbt_project-latest.json +++ b/schemas/latest/dbt_project-latest.json @@ -1084,12 +1084,18 @@ }, "unit_test_configs": { "properties": { + "+enabled": { + "$ref": "#/$defs/boolean_or_jinja_string" + }, "+meta": { "$ref": "#/$defs/meta" }, "+tags": { "$ref": "#/$defs/tags" }, + "enabled": { + "$ref": "#/$defs/boolean_or_jinja_string" + }, "meta": { "$ref": "#/$defs/meta" }, @@ -1115,4 +1121,4 @@ "type": "string" } } -} \ No newline at end of file +} diff --git a/schemas/latest/dbt_yml_files-latest.json b/schemas/latest/dbt_yml_files-latest.json index a118a69..36c8041 100644 --- a/schemas/latest/dbt_yml_files-latest.json +++ b/schemas/latest/dbt_yml_files-latest.json @@ -983,6 +983,9 @@ "config": { "type": "object", "properties": { + "enabled": { + "$ref": "#/$defs/boolean_or_jinja_string" + }, "meta": { "type": "object" }, @@ -2143,4 +2146,4 @@ "additionalProperties": false } } -} \ No newline at end of file +}