['required', 'string', 'max:255'], 'type' => ['required', new Enum(CustomFieldType::class)], 'options' => ['nullable', 'array', 'required_if:type,select'], 'options.*' => ['string', 'max:255'], 'is_required' => ['boolean'], ]; } }