-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ConfigForm): Add support for oneOf fields
Currently, we have partial support for the `oneOf` schemas. This commit cleans up the generated schemas, by removing the `not` definition from `oneOf` and also removing the empty properties like: ''' { property: { } } ''' fix: #1550 fix: #948
- Loading branch information
Showing
20 changed files
with
749 additions
and
333 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
Oops, something went wrong.