'required_with:options.*.type', 'options.*.type' => ['nullable', 'required_with:options.*.name', Rule::in(Option::TYPES)], 'options.*.is_required' => ['required_with:options.*.name', 'boolean'], 'options.*.values.*.label' => 'required_if:options.*.type,dropdown,checkbox,checkbox_custom,radio,radio_custom,multiple_select', 'options.*.values.*.price' => 'nullable|numeric|min:0|max:99999999999999', 'options.*.values.*.price_type' => ['required', Rule::in(['fixed', 'percent'])], ]; } }