Skip to content

Commit

Permalink
✨ wannaSameCompany -> allowSameCompany 네이밍 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
waterfogSW committed Oct 26, 2024
1 parent 0996ce0 commit fd0aa65
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 fd0aa65

Please sign in to comment.