forked from PowerShell/DSC
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(MAINT) Fix schema gen for array values
Prior to this change, the schema generation had a bug that incorrectly munged the values for always-array keywords, like `enum` and `requires` to scalar values when the definition was a single-item array. This change ensures that those values are not incorrectly munged, fixing hidden bugs in the behavior for those values in the generated schemas.
- Loading branch information
1 parent
455e660
commit 9150f03
Showing
17 changed files
with
286 additions
and
173 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.