-
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.
Add config.maxItemsSync schema traverser for syncing the MaxItems
constraints between the JSON & Go schemas. - We've observed that some MaxItems constraints in the JSON schemas are not set where the corresponding MaxItems constraints in the Go schemas are set to 1. - This inconsistency results in some singleton lists not being properly converted in the MR API. - This traverser can mitigate such inconsistencies and can also embed the singleton lists. Signed-off-by: Alper Rifat Ulucinar <[email protected]>
- Loading branch information
Showing
2 changed files
with
45 additions
and
1 deletion.
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