From e5db4e37cca639e97560d3ff53b49ffea959bca2 Mon Sep 17 00:00:00 2001 From: Dave Connors Date: Mon, 30 Oct 2023 16:07:44 -0500 Subject: [PATCH] make group a ref --- schemas/1.5/dbt_yml_files-1.5.json | 15 +++++++++------ schemas/1.6/dbt_yml_files-1.6.json | 14 ++++++++------ 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/schemas/1.5/dbt_yml_files-1.5.json b/schemas/1.5/dbt_yml_files-1.5.json index 8c9d8f4..d8a49d8 100644 --- a/schemas/1.5/dbt_yml_files-1.5.json +++ b/schemas/1.5/dbt_yml_files-1.5.json @@ -57,7 +57,7 @@ } }, "group": { - "type": "string" + "$ref": "#/$defs/group" } } } @@ -222,7 +222,7 @@ "$ref": "#/$defs/boolean_or_jinja_string" }, "group": { - "type": "string" + "$ref": "#/$defs/group" } } }, @@ -258,7 +258,7 @@ } }, "group": { - "type": "string" + "$ref": "#/$defs/group" }, "label": { "type": "string" @@ -332,7 +332,7 @@ } }, "group": { - "type": "string" + "$ref": "#/$defs/group" }, "latest_version": { "type": "number" @@ -428,7 +428,7 @@ } }, "group": { - "type": "string" + "$ref": "#/$defs/group" }, "tests": { "type": "array", @@ -514,7 +514,7 @@ } }, "group": { - "type": "string" + "$ref": "#/$defs/group" }, "meta": { "type": "object" @@ -801,6 +801,9 @@ }, "additionalProperties": false }, + "group": { + "type": "string" + }, "include_exclude": { "type": "object", "properties": { diff --git a/schemas/1.6/dbt_yml_files-1.6.json b/schemas/1.6/dbt_yml_files-1.6.json index ce688aa..c67e7d5 100644 --- a/schemas/1.6/dbt_yml_files-1.6.json +++ b/schemas/1.6/dbt_yml_files-1.6.json @@ -57,7 +57,7 @@ } }, "group": { - "type": "string" + "$ref": "#/$defs/group" } } } @@ -200,9 +200,8 @@ "type": "string" }, "group": { - "type": "string" + "$ref": "#/$defs/group" }, - "label": { "type": "string" }, @@ -266,7 +265,7 @@ } }, "group": { - "type": "string" + "$ref": "#/$defs/group" }, "latest_version": { "type": "number" @@ -362,7 +361,7 @@ } }, "group": { - "type": "string" + "$ref": "#/$defs/group" }, "tests": { "type": "array", @@ -499,7 +498,7 @@ } }, "group": { - "type": "string" + "$ref": "#/$defs/group" }, "meta": { "type": "object" @@ -893,6 +892,9 @@ }, "additionalProperties": false }, + "group": { + "type": "string" + }, "include_exclude": { "type": "object", "properties": {