Open
Description
Currently the diff shows the path to the violation in the expanded Swagger. It would be more helpful to users if they also had a path to the actual source of that property. For example if a response property on Foo called bar has a violation, it would be nice to make have both paths:
- Expanded:
paths."foo/".get.responses.200.schema.properties.bar
- Original:
definitions.Foo.properties.bar
This will make it easier to find the root cause of the violation in the original format.