-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Backend API] Review current OpenAPI doc for linting #20
Comments
|
|
@tae0y 스펙트럴에 built-in OpenAPI 룰셋이 있습니다. 그걸 적용하시면 됩니다: https://docs.stoplight.io/docs/spectral/4dec24461f3af-open-api-rules 아마도 어쩌면 커스텀 룰셋이 필요할 수도 있는데, 그 때는 요런 식으로 우리만의 룰셋 파일을 하나 만들어 보는 것도 나쁘지 않습니다: https://github.com/Azure-Samples/APICenter-Reference/blob/main/resources/rulesets/oas.yaml 만약 현재 자동으로 생성되는 OpenAPI 문서를 위의 built-in OpenAPI 룰셋으로 돌렸을 때 문제가 없다고 판단한다면, 커스텀 룰셋 하나만 만들어 보세요. |
related to aliencube#20, aliencube#21 필수 필드를 지정하고, 해당 필드가 없을 경우 에러를 발생시키도록 수정
related to aliencube#20, aliencube#21 필수 필드를 지정하고, 해당 필드가 없을 경우 에러를 발생시키도록 수정
@justinyoo |
@tae0y PR에 코드리뷰 코멘트 남겼어욥 |
related to aliencube#20, aliencube#21 필수 필드를 지정하고, 해당 필드가 없을 경우 에러를 발생시키도록 수정
OpenAPI doc for the Backend API needs to be analysed
The text was updated successfully, but these errors were encountered: