fix
This commit is contained in:
@@ -47,7 +47,6 @@ public class MarketingAnalysisV3Request {
|
||||
private AverageCheck averageCheck;
|
||||
|
||||
@NotEmpty(message = "Question 5 (Customer Behavior) must have 1-2 options")
|
||||
@Size(max = 2, message = "Select up to 2 options for Customer Behavior")
|
||||
private List<CustomerBehavior> customerBehaviors;
|
||||
|
||||
// --- BLOCK 2: Geography ---
|
||||
@@ -79,11 +78,9 @@ public class MarketingAnalysisV3Request {
|
||||
// --- BLOCK 4: Decision Making ---
|
||||
|
||||
@NotEmpty(message = "Question 11 (Priorities) must have 1-2 options")
|
||||
@Size(max = 2, message = "Select up to 2 options for Client Priorities")
|
||||
private List<DecisionPriority> decisionPriorities;
|
||||
|
||||
@NotEmpty(message = "Question 12 (Discovery Method) must have 1-2 options")
|
||||
@Size(max = 2, message = "Select up to 2 options for Discovery Method")
|
||||
private List<DiscoveryMethod> discoveryMethods;
|
||||
|
||||
@NotNull(message = "Question 13 (Price Feedback) is required")
|
||||
|
||||
Reference in New Issue
Block a user