Skip to content

Commit 9313260

Browse files
bug-55 : Removed the validators for New-Property which lets us move a littler further along
1 parent 7623160 commit 9313260

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

schema/schema.psm1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,6 @@ function New-Property {
557557
[ValidateSet([schemaDocument], [schemaNumber], [schemaInteger], [schemaString], [schemaObject], [schemaArray], [schemaBoolean])]
558558
$Value,
559559

560-
[ValidateSet('allOf', 'anyOf', 'oneOf')]
561560
$Array
562561
)
563562
if ($PSCmdlet.ShouldProcess("NewProperty")) {

0 commit comments

Comments
 (0)