['sometimes', 'string', Rule::in(['day', 'week'])], 'date' => ['sometimes', 'date_format:Y-m-d'], ]; } public function authorize(): bool { return true; } }