-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add ability to disable OAS compacted emission #597
Conversation
... as it is "true" by default now. See postatum/amf-core@21359c4
This reverts commit 5d557bf.
The build fails because
|
Hello @postatum, thank you for opening the PR. |
Hi @AgustinBettati! |
This PR addresses issues discussed here #364. In particular it makes possible to disable OAS 2.0, OAS 3.0 "compacted" emission added by this commit f4a8294.
Compacted emission can be disabled with
RenderOptions().withoutCompactedEmission
.amf-core part of necessary changes is here aml-org/amf-core#98
I suggest you squish the PR as it contains a lot of unnecessary commits I did when trying to figure out how things work.