Stavros Korokithakis
Stavros Korokithakis
Can someone fill me in? What are the priority problems? An example would be especially helpful, as I've never run into these problems.
I see, thank you. Your example doesn't really make it clear, as an int is also an object, so we don't know which of the two matched. I'll have a...
Please feel free. The only thing I'd like to see is making the error as user-friendly as possible, as I generally like to pass the error to the users when...
Hmm, yes, I can see why you don't like either option. Incidentally, I like @mlhamel's suggestion, as there were many times when I just wanted to know if something validates....
Sorry @sjortiz, which PR are you referring to?
Not currently, but PRs are definitely accepted.
What does the Swagger spec look like?
I'm not sure this is entirely wrong. For example, you may want to specify case-insensitive keys, so that any capitalization of `id` would work. This would be a good way...
The idea is that you'd use the final key, `"id"`.
Oh, I see what you mean now. I was thinking of the way we validate the values, not the keys. I'll have a look at this in more detail later...