Skip to content

Commit

Permalink
!hotfix: fix experience allowableValues
Browse files Browse the repository at this point in the history
  • Loading branch information
miraexhoi committed Oct 15, 2024
1 parent 6f51776 commit ef4a81c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public record CareerInfoRequest(
@Schema(description = "회사", allowableValues = {"비공개", "대기업", "중견기업", "중소기업", "스타트업", "외국계", "취준생/인턴"})
@NotBlank String company,

@Schema(description = "연차", allowableValues = {"비공개", "1년 차 미만", "1~2년 차", "2~3년 차", "3~4년 차", "4~5년 차", "5년 차 이상"})
@Schema(description = "연차", allowableValues = {"1년 차 미만", "1~2년 차", "2~3년 차", "3~4년 차", "4~5년 차", "5년 차 이상", "취준생/인턴", "비공개"})
@NotBlank String experience
) {
}

0 comments on commit ef4a81c

Please sign in to comment.