From d853ee2db72b0d2b528db816bdedd0ccd3cf1e28 Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Sat, 27 Aug 2022 17:38:23 -0300 Subject: [PATCH] docs: schema update Signed-off-by: Carlos A Becker --- internal/testlib/git_test.go | 4 +--- www/docs/static/schema-pro.json | 6 ++++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/internal/testlib/git_test.go b/internal/testlib/git_test.go index a9e8368a328..5b34a88ae2f 100644 --- a/internal/testlib/git_test.go +++ b/internal/testlib/git_test.go @@ -1,8 +1,6 @@ package testlib -import ( - "testing" -) +import "testing" func TestGit(t *testing.T) { TestMkTemp(t) diff --git a/www/docs/static/schema-pro.json b/www/docs/static/schema-pro.json index c205ee3fc59..a19c07bd040 100644 --- a/www/docs/static/schema-pro.json +++ b/www/docs/static/schema-pro.json @@ -2531,6 +2531,12 @@ }, "prefix_template": { "type": "string" + }, + "files": { + "items": { + "$ref": "#/$defs/File" + }, + "type": "array" } }, "additionalProperties": false,