*/ public function rules(): array { return [ 'status' => ['required', 'string', Rule::in(ServiceStatusEnum::values())], ]; } }