-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/78 control schema name (#126)
* Add ability to set request / response schema name (cherry picked from commit 9880dd1) * Validate schemaName in ResourceSnippetTest. * Introduce dedicated data structure for schema properties. * Add support for custom schema names in OpenApi3Generator * Add test which ensures that different schema names result in different schemas in OpenApi3Generator. * Simplified expression for schema generation in OpenApi3Generator. * Add support for custom schema names in OpenApi20Generator. * Moved schema to ResourceSnippetParameters. * Add @JvmStatic to Schema companion object. * Removed unnecessary semicolons * Fixed wildcard imports * Fixed further lint errors. Co-authored-by: Oleksandr Abasov <[email protected]>
- Loading branch information
1 parent
d27eed2
commit 145ab87
Showing
9 changed files
with
223 additions
and
18 deletions.
There are no files selected for viewing
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
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
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
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
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.