diff --git a/.editorconfig b/.editorconfig index c534df010bc..3af57a4ec8d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,7 +16,7 @@ indent_size = unset tab_width = 4 max_line_length = 99 -[{**.yml,**.yaml,**.jinja,**.var,**.profile}] +[{**.yml,**.yaml,**.jinja,**.var,**.profile,**.json}] indent_style = space indent_size = 4 diff --git a/shared/schemas/control.json b/shared/schemas/control.json index 07758ad8c89..2282018bff0 100644 --- a/shared/schemas/control.json +++ b/shared/schemas/control.json @@ -22,6 +22,12 @@ "filepath": { "type": "string" }, + "product": { + "type": "string" + }, + "reference_type": { + "type": "string" + }, "levels": { "type": "array", "items": {