From 8244ec8e9567f262ec154a96a07e4adbeed76577 Mon Sep 17 00:00:00 2001 From: mitchelljkotler Date: Wed, 27 Apr 2022 13:38:16 -0400 Subject: [PATCH 1/2] Update config.yaml --- config.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index 3da1c76..b9715cb 100644 --- a/config.yaml +++ b/config.yaml @@ -7,7 +7,9 @@ documents: - selected properties: regex: - title: Regex - type: string - format: regex + type: array + items: + title: Regex + type: string + format: regex required: [regex] From 3f94fa7beab9cfb127fb2045aea61fe4fd1c02a5 Mon Sep 17 00:00:00 2001 From: JamesKunstle <52969093+JamesKunstle@users.noreply.github.com> Date: Wed, 27 Apr 2022 14:33:08 -0400 Subject: [PATCH 2/2] Update config.yaml --- config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.yaml b/config.yaml index b9715cb..4c58ad6 100644 --- a/config.yaml +++ b/config.yaml @@ -8,6 +8,7 @@ documents: properties: regex: type: array + default: [""] items: title: Regex type: string