Skip to content

Commit

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

* ✨ wannaSameCompany - non-required

* ✨ wannaSameCompany -> allowSameCompany 네이밍 수정
  • Loading branch information
waterfogSW authored Oct 26, 2024
1 parent fd3753b commit f81da79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -631,9 +631,9 @@ components:
$ref: '#/components/schemas/JobOccupations'
preferDistance:
$ref: '#/components/schemas/PreferDistance'
wannaSameCompany:
allowSameCompany:
type: boolean
description: 같은 회사에 근무하는 파트너를 원하는지 여부
description: 같은 회사에 근무하는 파트너를 허용하는지 여부 (companyID가 없을 경우 null)
required:
- jobOccupations
- preferDistance
Expand Down

0 comments on commit f81da79

Please sign in to comment.