Skip to content

Commit

Permalink
make group a ref
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-connors-3 committed Oct 30, 2023
1 parent 0c3b795 commit e5db4e3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
15 changes: 9 additions & 6 deletions schemas/1.5/dbt_yml_files-1.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}
},
"group": {
"type": "string"
"$ref": "#/$defs/group"
}
}
}
Expand Down Expand Up @@ -222,7 +222,7 @@
"$ref": "#/$defs/boolean_or_jinja_string"
},
"group": {
"type": "string"
"$ref": "#/$defs/group"
}
}
},
Expand Down Expand Up @@ -258,7 +258,7 @@
}
},
"group": {
"type": "string"
"$ref": "#/$defs/group"
},
"label": {
"type": "string"
Expand Down Expand Up @@ -332,7 +332,7 @@
}
},
"group": {
"type": "string"
"$ref": "#/$defs/group"
},
"latest_version": {
"type": "number"
Expand Down Expand Up @@ -428,7 +428,7 @@
}
},
"group": {
"type": "string"
"$ref": "#/$defs/group"
},
"tests": {
"type": "array",
Expand Down Expand Up @@ -514,7 +514,7 @@
}
},
"group": {
"type": "string"
"$ref": "#/$defs/group"
},
"meta": {
"type": "object"
Expand Down Expand Up @@ -801,6 +801,9 @@
},
"additionalProperties": false
},
"group": {
"type": "string"
},
"include_exclude": {
"type": "object",
"properties": {
Expand Down
14 changes: 8 additions & 6 deletions schemas/1.6/dbt_yml_files-1.6.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}
},
"group": {
"type": "string"
"$ref": "#/$defs/group"
}
}
}
Expand Down Expand Up @@ -200,9 +200,8 @@
"type": "string"
},
"group": {
"type": "string"
"$ref": "#/$defs/group"
},

"label": {
"type": "string"
},
Expand Down Expand Up @@ -266,7 +265,7 @@
}
},
"group": {
"type": "string"
"$ref": "#/$defs/group"
},
"latest_version": {
"type": "number"
Expand Down Expand Up @@ -362,7 +361,7 @@
}
},
"group": {
"type": "string"
"$ref": "#/$defs/group"
},
"tests": {
"type": "array",
Expand Down Expand Up @@ -499,7 +498,7 @@
}
},
"group": {
"type": "string"
"$ref": "#/$defs/group"
},
"meta": {
"type": "object"
Expand Down Expand Up @@ -893,6 +892,9 @@
},
"additionalProperties": false
},
"group": {
"type": "string"
},
"include_exclude": {
"type": "object",
"properties": {
Expand Down

0 comments on commit e5db4e3

Please sign in to comment.