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
Describe the bug
I'm getting an error from the path-params checker saying that a parameter is unused in the path however its clearly being used. I believe this is because the parameter name includes a ".". According to #1969, there should be no restrictions on characters in the path parameters.
Describe the bug
I'm getting an error from the path-params checker saying that a parameter is unused in the path however its clearly being used. I believe this is because the parameter name includes a ".". According to #1969, there should be no restrictions on characters in the path parameters.
To Reproduce
Given this OpenAPI Document: petstore.json and a recommended ruleset.json
Run this CLI command:
spectral lint petstore.json --ruleset ruleset.json
See error
Expected behavior
I expect there to be no path-params error
The text was updated successfully, but these errors were encountered: