Skip to content
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

Fix OpenAPI schema validation issues #18161

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

cconard96
Copy link
Contributor

@cconard96 cconard96 commented Oct 29, 2024

Checklist before requesting a review

  • I have read the CONTRIBUTING document.
  • I have performed a self-review of my code.

Description

The OpenAPI schema has some validation issues according to the online Swagger editor. None of the validation issues actually seem to affect the Swagger UI display, but I guess some tools could have trouble parsing it. For example, the online Swagger editor doesn't seem able to generate clients based on the schema.

Fixes #18158

@cconard96 cconard96 changed the title Fix openapi schema validation issues Fix OpenAPI schema validation issues Oct 29, 2024
@cconard96 cconard96 self-assigned this Oct 29, 2024
@cconard96 cconard96 marked this pull request as ready for review October 30, 2024 09:01
Copy link
Contributor

@trasher trasher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests and CS are failing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenAPI 3.0 json file problems
3 participants