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

Support ability to merge objects in OpenAPI.NET. for example merge requests, payloads.. #1558

Open
njaci1 opened this issue Feb 15, 2024 · 2 comments

Comments

@njaci1
Copy link
Contributor

njaci1 commented Feb 15, 2024

No description provided.

@darrelmiller
Copy link
Member

Can you clarify that you mean create a merged document by unioning the components from one document with the components from another document? Merging of objects means something very different and we are not likely to do that.

@waldekmastykarz
Copy link
Contributor

In Dev Proxy we offer the ability to generate OpenAPI specs from intercepted requests and responses. Say, we intercept a request to /v1.0/me?$select=id,name and then another to /v1.0/me?$select=name,phone. We'd like to be able to merge both responses into one with 3 properties: id, name and phone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants