mservicetech / openapi-schema-validation

Apache License 2.0
15 stars 9 forks source link

Lowercase OpenAPI operation before path validation #46

Closed daglem closed 4 months ago

daglem commented 4 months ago

This makes validateRequestPath and validateResponsePath work with httpMethod specified in uppercase, e.g. "GET" instead of "get".

Fixes #44