python-openapi / openapi-spec-validator

OpenAPI Spec Validator is a CLI, pre-commit hook and python package that validates OpenAPI Specs against the OpenAPI 2.0 (aka Swagger), OpenAPI 3.0 and OpenAPI 3.1 specification.
Apache License 2.0
337 stars 62 forks source link

allow path item ref fix #210

Closed p1c2u closed 1 year ago

p1c2u commented 1 year ago

Fixes #207

codecov[bot] commented 1 year ago

Codecov Report

Merging #210 (379d4f4) into master (1a9e091) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #210   +/-   ##
=======================================
  Coverage   92.60%   92.60%           
=======================================
  Files          13       13           
  Lines         433      433           
  Branches       66       66           
=======================================
  Hits          401      401           
  Misses         22       22           
  Partials       10       10