-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unify component schema tokenization (#525)
Prior to this commit, there was 3 separate implementation for component schema tokenization. This was a source of trouble and suboptimal at least. This PR will fix this by combining all existing implementations to single implementation. This helps to keep code DRY and makes it easier to maintain and add more features. Also because of this, now the same logic will be used to create schema for ToSchema schemas, parameters and request/response bodies. This makes parameters and request/response body schemas in par with ToSchema schemas.
- Loading branch information
Showing
14 changed files
with
588 additions
and
787 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.