354 'project_id' => $this->projectId,
355 'private_name' => $this->privateName,
356 'public_description' => $this->publicDescription,
357 'may_contain_adult_content' => $this->mayContainAdultContent,
358 'will_expire' => $this->willExpire,
359 'reward_per_assignment' => $this->rewardPerAssignment,
360 'assignment_max_duration_seconds' => $this->assignmentMaxDurationSeconds,
361 'auto_accept_solutions' => $this->autoAcceptSolutions,
362 'defaults' => $this->defaults->toArray(),
365 if(!empty($this->filter))
367 $resultArray[
'filter'] = [];
368 $resultArray[
'filter'][
'and'] = [];
369 foreach ($this->filter as $filter)
371 $resultArray[
'filter'][
'and'][] = $filter->toArray();