Skip to content

Add duplicate properties to Validation Report #299

@philkra

Description

@philkra

🚀 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"]
  }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions