Darrel
Darrel
Unfortunately there is no support for multiple examples for body parameters in OpenAPI v2. We could carry the examples though to the V2 document as an extension. e.g. `x-examples` Would...
We need to add serializing of the examples map to `x-examples` here https://github.com/microsoft/OpenAPI.NET/blob/05c56159eaed252744ed3a77aef0a6cc8351e31c/src/Microsoft.OpenApi/Models/OpenApiResponse.cs#L187
@MaggieKimani1 Why is this a breaking change? Could this not be implemented in the current V1.x branch?
Are you creating the GET and DELETE operations under two different path items? If you create both GET and DELETE under the same path Item there should not be any...
Hey @iamishan9 Thanks for calling this out. We don't actually do much validation on the models themselves e.g. https://github.com/microsoft/OpenAPI.NET/blob/vnext/src/Microsoft.OpenApi/Models/OpenApiSchema.cs#L26 We do most of the validation during reading, which is definitely...
@RabebOthmani `GET /beta/admin` isn't actually a valid Graph URL, so it will fail to return permissions. That might be why we are seeing invalid generation for the app only scenario....
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...
Hey folks, can you help me understand the requirements for this feature a little bit better. For context, security is an even more sensitive issue these days and a feature...
I prefer the explicitness of the flag over a the hidden effect of an environment variable.
@baywet Yeah, sorry, I should have been more explicit. The fact that `git` has this option was probably the most convincing argument for me. I am ok with us implementing...