Dorthu / openapi3

A Python3 OpenAPI 3 Spec Parser
BSD 3-Clause "New" or "Revised" License
118 stars 47 forks source link

Validate that parameters defined as in: path exist #42

Closed Dorthu closed 3 years ago

Dorthu commented 3 years ago

The spec says that path parameters must actually be part of the operation's URL.

@displague pointed out that this parser was not enforcing that requirement. This change begins raising a new SpecError when this requirement isn't satisfied.