From 2046d86c04d7ef151a241a5a3f983bd760027be5 Mon Sep 17 00:00:00 2001 From: Shannon Clarke Date: Tue, 13 Jan 2026 07:02:06 -0400 Subject: [PATCH 1/2] fix: add email field to community sports programme form --- schemas/community-sports-programme.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/schemas/community-sports-programme.json b/schemas/community-sports-programme.json index dd5182c..271bb56 100644 --- a/schemas/community-sports-programme.json +++ b/schemas/community-sports-programme.json @@ -144,6 +144,12 @@ "max": 100 } }, + { + "name": "email", + "type": "string", + "label": "Email address", + "required": true + }, { "name": "parish", "type": "string", From 8ff33b75bc107d3d771ea2c21cb86de32d0c6f28 Mon Sep 17 00:00:00 2001 From: Shannon Clarke Date: Tue, 13 Jan 2026 08:20:23 -0400 Subject: [PATCH 2/2] fix: add missing field --- schemas/jobstart-plus-programme.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/schemas/jobstart-plus-programme.json b/schemas/jobstart-plus-programme.json index cd6a9fd..ef71ed6 100644 --- a/schemas/jobstart-plus-programme.json +++ b/schemas/jobstart-plus-programme.json @@ -476,6 +476,16 @@ "message": "Must select an option" } }, + { + "name": "willingToWorkAtNight", + "type": "string", + "label": "Are you willing to work at night?", + "required": true, + "validations": { + "regex": "^(yes|no)$", + "message": "Must select an option" + } + }, { "name": "shortTermGoals", "type": "string",