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

Support json and yml extensions #854

Merged
merged 5 commits into from
Dec 11, 2023
Merged

Conversation

harikrishnan83
Copy link
Member

@harikrishnan83 harikrishnan83 commented Dec 8, 2023

What:

Equivalent YAML and JSON representations of the OpenAPI should be acceptable.

Why:

Removes the need for converting JSON to YAML specifications.

How:

Updating supported extensions list (underlying parser already supported it).

Checklist:

Issue ID:
Closes: #848

@harikrishnan83 harikrishnan83 marked this pull request as ready for review December 11, 2023 12:11
Copy link
Member

@joelrosario joelrosario left a comment

Choose a reason for hiding this comment

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

LGTM

* main:
  Update issue----support-question.md
  Update issue----support-question.md
  Update issue----support-question.md
  Adding Github discussions and contact us page link in issue templates
  replace sort with sorted
  Trigger build
  Fixed failing test
  Removed query params from the summary and description
  Fixed proxy error when converging array types
  Repo report order stability - Order of listing directory files is not guaranteed; in fact differences have been observed, causing test failures. - Choose ascending order since it is intuitive.
  #844 Added missed out else clause.
  #844 Minor refactoring of free form object tests.
  #844 When additional properties is set as type object, but with no properties defined, it will be parsed as a free form object (dictionary).
@joelrosario joelrosario merged commit 2a44a4b into main Dec 11, 2023
3 checks passed
@joelrosario joelrosario deleted the support_json_and_yml_extensions branch December 11, 2023 12:41
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.

Failing to use with simple example/plain text responses
2 participants