Skip to content

Commit

Permalink
Nest properties under proper key
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Aug 16, 2024
1 parent 7a4e2c2 commit f1995ed
Showing 1 changed file with 26 additions and 24 deletions.
50 changes: 26 additions & 24 deletions schemas/latest/dbt_yml_files-latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit f1995ed

Please sign in to comment.