You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spec does not say that replaceable sections in a path template must be in the parameters section (or at least I'm not seeing it). Some clarifying text would be helpful.
Semantic error at paths./pets/{id}
Declared path parameter "id" needs to be defined as a path parameter at either the path or operation level
Jump to line 6
It seems either the spec is missing this requirement or the editor is imposing requirements that are not in spec.
The text was updated successfully, but these errors were encountered:
The spec does not say that replaceable sections in a path template must be in the parameters section (or at least I'm not seeing it). Some clarifying text would be helpful.
When I use this document:
and put it in http://editor.swagger.io/
I get this error:
It seems either the spec is missing this requirement or the editor is imposing requirements that are not in spec.
The text was updated successfully, but these errors were encountered: