Skip to content

Commit

Permalink
enabled additionalProperties for groups (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniybobok authored Nov 1, 2023
1 parent 13831bd commit a1e1f19
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 a1e1f19

Please sign in to comment.