Test coverage and a small bug fix
Pre-release
Pre-release
While writing tests, discovered a small bug where PathItem.Map
was allowed to have references as values even though OpenAPI does not allow this and there is no entry for Path Items in the Components Object anyway.
- Fixed bug allowing JSON reference for value in
PathItem.Map
which is a breaking change for declarative initialization or accessing those values from code.