-
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.
Warn when using jsonAdd with schemas
Using the jsonAdd feature with the Smithy to OpenAPI converter is probably never what you actually want to do. It means that clients, servers, and other artifacts generated from the Smithy model don't know about the shapes being defined only in OpenAPI. This PR adds a severe log warning when this is detected.
- Loading branch information
Showing
2 changed files
with
63 additions
and
4 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