['required', 'string', Rule::in(StudentPromotionRecord::ALL_STATUSES)], 'force' => ['nullable', 'boolean'], 'notes' => ['nullable', 'string', 'max:500'], ]; } }