-
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: better support for polymorphism (#116)
* fix: making adjustments to parameters-to-json-schema for newer RJSF versions * chore: excluding the test coverage directory from npm * feat: slight tweak to flatten-schema so it doesn't pass the OAS around everywhere * test: we should be testing `allOf`, not `$allOf` * style: loading in commitlint for enforcing commit consistency * feat: support for allOf/oneOf/anyOf to flatten-schema * docs: adding some better docs on our quirky oneOf and anyOf support * docs: removing an extra space in a comment * fix: updating find-schema-definition to handle escaped refs * fix: flatten-schema will no longer treat non-objects as an object
- Loading branch information
Showing
14 changed files
with
1,780 additions
and
1,039 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"extends": ["@commitlint/config-conventional"] | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
__tests__/ | ||
coverage/ |
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.