You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release version v5.2.0 (#869)
* Enhance type fetching to support composite schemas (anyOf, oneOf, allOf)
* Refactor type fetching logic to process original schema before modifications
* Update parameter resolution logic to handle 'PROCESSING' state in schema conversion
* Refactor schema processing to conditionally push resolved schema types for 'PROCESSING' state
* Add support for composite schemas (anyOf, oneOf, allOf) in conversion process
* schema changes for 2-way-sync
* fixed test
* Enhance composite schema tests to validate specific structures for anyOf cases
* removed examples
* Refactor ESLint rules and remove unnecessary one-var disables; enhance schema resolution logic for composite parameters in conversion tests (#868)
Refactor ESLint rules and remove unnecessary one-var disables; enhance schema resolution logic for composite parameters in conversion tests (#868)
* added deprecated example
* added test for description
* Resolved comments
* Bug Fixes
* refactored
* Prepare release v5.2.0
---------
Co-authored-by: Avishek Saha <barshan23@gmail.com>
Co-authored-by: barshan23 <avishek.saha@postman.com>
Co-authored-by: Ayush Shrivastav <ayush.shrivastav@postman.com>
Co-authored-by: GitHub Actions <noreply@github.com>