diff --git a/schemas/latest/dbt_yml_files-latest.json b/schemas/latest/dbt_yml_files-latest.json index 52998a8..46d4e2f 100644 --- a/schemas/latest/dbt_yml_files-latest.json +++ b/schemas/latest/dbt_yml_files-latest.json @@ -1238,30 +1238,32 @@ "properties": { "cumulative_type_params": { "type": "object", - "window": { - "type": "string" - }, - "grain_to_date": { - "enum": [ - "nanosecond", - "microsecond", - "millisecond", - "second", - "minute", - "hour", - "day", - "week", - "month", - "quarter", - "year" - ] - }, - "period_agg": { - "enum": [ - "first", - "last", - "average" - ] + "properties": { + "window": { + "type": "string" + }, + "grain_to_date": { + "enum": [ + "nanosecond", + "microsecond", + "millisecond", + "second", + "minute", + "hour", + "day", + "week", + "month", + "quarter", + "year" + ] + }, + "period_agg": { + "enum": [ + "first", + "last", + "average" + ] + } }, "additionalProperties": false },