-
Notifications
You must be signed in to change notification settings - Fork 865
Open
Description
When using the validate option on an API when an OAS3 definition is included that contains referenced path parameters the validator always fails.
It cannot see that a path paramter exists in the schema that is referenced (it also appears to break the other items too) and causes a circular loop of fix the sync issues round and round.
API to import:
https://app.swaggerhub.com/apis/AdvancedComputerSoft/example-pet-inventory/1.0.5
Output from validate

Note importing a fully resolved version (you can export it from the link) causes no errors so I think its another problem with referenced parameters