Ron

Results 171 comments of Ron

@Rinzwind can't think of a different way to express it.

`allOf` would actually be better than `anyOf` in this case.

Actually, @Rinzwind's point is correct, and that won't work. However, using `anyOf` also means that any type can be used because of nullable only schema.

If you find that an example is missing, feel free to open an issue on that repo. Not really sure what's not clear about it though.

It looks like the original issue has been resolved, but there's still work to do on recursive rendering. The ticket has been renamed to reflect that.

Does this discourage you from using cookies as parameters?

Not quite. In `simple` the name of the parameter isn't included in the 'rendered' version, making it suitable for path parameters where the parameter name is not needed (it's based...

Thanks for the elaborate explanation, it helps clarifying a few things. Before diving into the explanation, I'll say this - the documentation on swagger.io is auxiliary to the spec, and...

Not sure what you're referring to as 'form encoding' - it sounds like you're referring to `application/x-www-form-urlencoded` but that's not the case here. The `form` style actually refers to https://tools.ietf.org/html/rfc6570#section-3.2.8...