-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(api-symmetry): handle nested reference schemas (#639)
If reference schemas were nested in composed properties on the canonical schema, the code would not resolve them the way it would for non-nested reference schemas. This moves the resolving code to the constraint checker, so that every schema and applicator sub-schema will be resolved if it is a reference. Signed-off-by: Dustin Popp <[email protected]>
- Loading branch information
Showing
2 changed files
with
120 additions
and
38 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