Darrel

Results 511 comments of Darrel

API management will show these as a request body because that is the shape of the HTTP request. Treating FormData parts as parameters was something OpenAPI V2 did, but OpenAPI...

Hmm, that's unfortunate. The `required` property is only required when the `in` property is set to `path`. http://spec.openapis.org/oas/v3.0.2#fixed-fields-9 What is the tool that you are using? Maybe we can convince...

Application using .NET framework 4.6.1 and up can use libraries that are .NET Standard 2.0. https://docs.microsoft.com/en-us/dotnet/standard/net-standard

This is related to the SourceLink feature. I'll see if I can repro.

It is currently planned as a stretch goal for CY2022H2.

Tell me more.... we are going to have to do some non-trivial changes in OpenAPI 3.1 because the way we handle JSON Schema is changing a lot for 3.1. Can...

The OpenAPI 2.0 specification says: > If the host is not included, the host serving the documentation is to be used However, in your case, the OpenAPI description is not...

@KalleOlaviNiemitalo So, then the example I showed that just includes the basePath should be sufficient for your scenario. Just don't include the host or scheme and the basePath will be...

I think this could work. How would you feel about calling it `OpenAPIJsonLiteral` or `OpenAPIJsonString`?