-
Notifications
You must be signed in to change notification settings - Fork 243
Support for OpenAPI description in a Infragistics AppBuilder integration use case #2212
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
Comments
Here's the code that creates the Schema with data-api-builder/src/Core/Services/OpenAPI/OpenApiDocumentor.cs Lines 938 to 941 in 466c18a
|
Thanks make sense. How do we go forward from here ? |
Thank you for reporting, @chrohrbach. I'm working on a fix. I found a relevant thread that discusses whether
Ultimately, different tooling handles the presence of the
That said, there is no reason why DAB shouldn't add this so that Infragistics tooling can work. I'm curious whether this is the only error that Infragistics emits when evaluating the OpenAPI document generated by DAB. |
Thx for you work |
Hi @seantleonard , Thank you for picking up this. While it's true that
DAB response is always an object and it's best described as such as it will improve compatibility. |
Sorry to imply that I was trying to justify whether to do this or not. I fully intend to do so. I intended to figure out whether |
Related #2262 |
What happened?
It seems that DAB does not generate enough information when an endpoint is called by Infragistics AppBuilder that requires some details to be able to use the endpoint correctly, see the description here. I searched for possibilities to configure the expressivness of DABs openapi interface but did not find any information about such a possibility. In a Infragistics forum post, see here, the problem is described and solved with access to the underlying endpoint source code, i don't feel confident to go to the source code of DAB to check this. Thanks for your time in helping me out with this topic.
Version
latest
What database are you using?
Azure SQL
What hosting model are you using?
Local (including CLI)
Which API approach are you accessing DAB through?
REST
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: