-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support more keywords and improve conversion results for comple…
…x json schema (#216) * feat: improve generated schema for $ref keyword Signed-off-by: jakezhu9 <[email protected]> * feat: support oneOf keyword for schema generation Signed-off-by: jakezhu9 <[email protected]> * feat: support allOf keyword for schema generation Signed-off-by: jakezhu9 <[email protected]> * feat: support patternProperties keyword for schema generation Signed-off-by: jakezhu9 <[email protected]> * feat: support import complex json schema Signed-off-by: jakezhu9 <[email protected]> * fix: format for default values Signed-off-by: jakezhu9 <[email protected]> * fix: generate more then one schema for PatternProperties keyword Signed-off-by: jakezhu9 <[email protected]> * fix: use a fixed order in PatternProperties Signed-off-by: jakezhu9 <[email protected]> --------- Signed-off-by: jakezhu9 <[email protected]>
- Loading branch information
Showing
19 changed files
with
4,107 additions
and
113 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
Oops, something went wrong.