diff --git a/schemas/latest/dbt_project-latest.json b/schemas/latest/dbt_project-latest.json index ec0cfa9..69a1e6b 100644 --- a/schemas/latest/dbt_project-latest.json +++ b/schemas/latest/dbt_project-latest.json @@ -985,6 +985,9 @@ "+quote_columns": { "$ref": "#/$defs/boolean_or_jinja_string" }, + "+schema": { + "$ref": "#/$defs/schema" + }, "+strategy": { "$ref": "#/$defs/strategy" }, @@ -1045,6 +1048,9 @@ "quote_columns": { "$ref": "#/$defs/boolean_or_jinja_string" }, + "schema": { + "$ref": "#/$defs/schema" + }, "strategy": { "$ref": "#/$defs/strategy" }, @@ -1186,4 +1192,4 @@ "type": "string" } } -} \ No newline at end of file +}