-
Notifications
You must be signed in to change notification settings - Fork 3
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 code generation #3
Conversation
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
8266948
to
686d9c0
Compare
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, doc generation will probably explode with openapi-generator because we're using a different generator, so I would leave documentation out of CI and instead rely on godocs
I copy&pasted the spec into swagger editor, seems fine so far. |
CI validator is also green. |
Continuing with this code generation library, we'd need to also update: https://github.com/owncloud/open-graph-api-go. Could you also rename the file to use |
OpenAPI v3.1 seems to alow $ref siblings, which allows us to generate actually usable code. So we dropped the anyOf "workaround".
To validate the 3.1 spec the openapi-generator in #9083 tracks the swagger-api/swagger-parser #1531 implementation for it.