diff --git a/config.yaml b/config.yaml index 3da1c76..4c58ad6 100644 --- a/config.yaml +++ b/config.yaml @@ -7,7 +7,10 @@ documents: - selected properties: regex: - title: Regex - type: string - format: regex + type: array + default: [""] + items: + title: Regex + type: string + format: regex required: [regex]