Skip to content

Commit cd77840

Browse files
Bug-56 : Assign the newly created object required array to be the passed in objects required array.
1 parent f59e222 commit cd77840

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schema/schema.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,7 @@ function ConvertTo-Element {
821821
}
822822
}
823823
}
824+
$Result.required = $Object.required;
824825
}
825826
'array' {
826827
write-verbose "Creating schemaArray object"

0 commit comments

Comments
 (0)