From 3a3b2ec858ca2b69c2ed66b8e60ff44c9a12a3f6 Mon Sep 17 00:00:00 2001 From: Valentin Pirva Date: Mon, 22 Sep 2025 10:52:19 +0300 Subject: [PATCH] remove enum from file accept property --- src/schema/job-board-application.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/schema/job-board-application.json b/src/schema/job-board-application.json index 2123ae6d..005195cd 100644 --- a/src/schema/job-board-application.json +++ b/src/schema/job-board-application.json @@ -917,8 +917,7 @@ "accept": { "type": "array", "items": { - "type":"string", - "enum": [".doc", ".docx", ".xls", ".xlsx", ".ppt", ".pptx", ".pdf", ".txt"] + "type":"string" } }, "mandatory": {