Skip to content

Test coverage and a small bug fix

Pre-release
Pre-release
Compare
Choose a tag to compare
@mattpolzin mattpolzin released this 31 Jan 03:24

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.

⚠️ Breaking Changes ⚠️

  • Fixed bug allowing JSON reference for value in PathItem.Map which is a breaking change for declarative initialization or accessing those values from code.