['nullable', 'array'], 'items.*.id' => ['required_with:items', 'string'], 'items.*.result' => ['nullable', 'string', 'max:20'], 'items.*.measured_value' => ['nullable', 'numeric'], 'items.*.judgment' => ['nullable', Rule::in(['pass', 'fail'])], 'result' => ['nullable', Rule::in(['pass', 'fail'])], 'remarks' => ['nullable', 'string', 'max:1000'], 'opinion' => ['nullable', 'string', 'max:2000'], ]; } }