Skip to content

Commit

Permalink
✨ 같은회사 원하는지 여부 추가 및 회사 입력 non-required 수정 (#28)
Browse files Browse the repository at this point in the history
* ✨ 같은회사 원하는지 여부 추가 및 회사 입력 non-required 수정

* ✨ wannaSameCompany - non-required
  • Loading branch information
waterfogSW authored Oct 26, 2024
1 parent 79fc484 commit fd3753b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,6 @@ components:
required:
- gender
- birthYear
- companyId
- jobOccupation
- locationIds

Expand All @@ -632,6 +631,9 @@ components:
$ref: '#/components/schemas/JobOccupations'
preferDistance:
$ref: '#/components/schemas/PreferDistance'
wannaSameCompany:
type: boolean
description: 같은 회사에 근무하는 파트너를 원하는지 여부
required:
- jobOccupations
- preferDistance
Expand Down

0 comments on commit fd3753b

Please sign in to comment.