Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ From OpenApi 3.1 + Preserves order for tuples + e.g., when generating typescript from generated openapi specs + (a, b) becomes [a, b] instead of [a || b, a || b]
- Loading branch information