OpenAPI.NET icon indicating copy to clipboard operation
OpenAPI.NET copied to clipboard

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

Open njaci1 opened this issue 1 year ago • 2 comments

njaci1 avatar Feb 15 '24 07:02 njaci1

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.

darrelmiller avatar Feb 27 '24 13:02 darrelmiller

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.

waldekmastykarz avatar Mar 15 '24 09:03 waldekmastykarz