🚀 Feature Proposal
The validation report should contain the information of duplicate properties within a Request. E.g. query_parameters has a property force and so does body in StopDatafeedRequest.
Motivation
Feedback loop with the server team to remove this duplicate parameters.
Example
"duplicateProperties": {
"StopDatafeedRequest": {
"force": ["query_parameters", "body"]
}
}