Skip to content

Commit

Permalink
enabled additionalProperties for groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Bobok committed Oct 31, 2023
1 parent 13831bd commit 368560b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion schemas/1.5/dbt_yml_files-1.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"type": "string"
}
},
"additionalProperties": false
"additionalProperties": true
}
},
"additionalProperties": false
Expand Down
2 changes: 1 addition & 1 deletion schemas/1.6/dbt_yml_files-1.6.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"type": "string"
}
},
"additionalProperties": false
"additionalProperties": true
}
},
"additionalProperties": false
Expand Down
2 changes: 1 addition & 1 deletion schemas/dbt_yml_files.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"type": "string"
}
},
"additionalProperties": false
"additionalProperties": true
}
},
"additionalProperties": false
Expand Down

0 comments on commit 368560b

Please sign in to comment.