-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(application): Update REST API for advanced applications. #168
Conversation
🎊 PR Preview 576543c has been successfully built and deployed to https://bonitasoft-bonita-openapi-deployPreview-pr-168.surge.sh 🕐 Build time: 0.009s 🤖 By surge-preview |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I didn't see how to display the advanced application example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- The examples (in the right pane) are not working as expected
- Version of the API should be incremented
Thanks for the video, but this is not what I meant, I am speaking about the examples in the right panel |
Get rid of Discriminator in favor of oneOf Relates to [BPM-94](https://bonitasoft.atlassian.net/browse/BPM-94)
The array example can't use references to different schema locations, so I had to copy values in it. |
0a1d436
to
576543c
Compare
Note: This is not an error ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Relates to BPM-94