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

BUGFIX: The style deepObject together with a json payload confuses some generators and the swagger ui at times #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 26, 2024

  1. BUGFIX: The style deepObject together with a json payload confuses …

    …some generators and the swagger ui at times
    
    Since the deepobject style is not properly defined this change introdues a custom `x-json` style.  This will not render the `schema` and `style` definitions
    and specify the payload via `content.application/json.$ref` which is at least sufficient for the swagger ui.
    mficzel committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    50a634d View commit details
    Browse the repository at this point in the history