['nullable', 'date', 'before:today'], 'gender' => ['nullable', 'in:m,f,x,M,F,X'], 'country' => ['nullable', 'string', 'max:10'], ]; } }