Darrel

Results 511 comments of Darrel

We have `x-oai-` for experimental stuff.

OpenAPI 2.0 parameter property `type` did accept a value of 'file'. However, this is not the same as the schema property `type` that does not accept `file` as a valid...

@KES777 There's not really any difference between PUT and POST from the perspective of the OpenAPI description. Is there some specific thing you are looking for an example to demonstrate?

@slinkydeveloper I attempted to make the serialization rules a subset of RFC 6570's rules. https://tools.ietf.org/html/rfc6570#section-3.2.7 The idea was that you should could use an existing URI Template library to do...

@MikeRalphson You can only have one prefix and it causes a bunch of issues. And you hit on one of them there. The only workaround is to make bar a...

@jwalton Sadly you are in fairly uncharted territory here. The `allowReserved` tells what to do when serializing the parameter values. i.e. don't percent-encode them. I'm not sure what it can...

That sounds like a great idea.

Can you give examples of the types of features you would like to describe? I think it would be challenging to use a bool value to describe many OpenAPI features....

OpenAPI.Net readers currently only have limited support for external files. External files need to be valid OpenAPI documents themselves. Also, $ref in pathItems is a special case that is not...

Yes. We are aiming to fix external references in our v2 version.