I know the RFC states "The names within an object SHOULD be unique" but most parsers, including the one used by Edge, just use the last occurrence of the duplicate.
I would like to detect this situation and raise a fault 400 Bad Request.
I'm validating my request using my Open API Spec and tv4, but it does not detect the duplicates either.
Here's what I'm thinking:
Anyone else solve this problem?