Path template has no corresponding path parameter definition

Issue ID: semantic-parameter-path-undefined

Description

The path in question includes one or more path parameters that do not have corresponding parameters in the path template.

For more details, see the OpenAPI Specification.

Remediation

Make sure that all path parameters have corresponding parameters in the path templates, or remove the parameters that do not correspond the path template.