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",