mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-27 11:26:48 +00:00
createSchema: include type property
This commit is contained in:
parent
58d9e664de
commit
771d18f5c7
@ -68,7 +68,6 @@ sub createSchema {
|
|||||||
};
|
};
|
||||||
|
|
||||||
foreach my $p (keys %$propertyList) {
|
foreach my $p (keys %$propertyList) {
|
||||||
next if $p eq 'type';
|
|
||||||
if (!$propertyList->{$p}->{optional}) {
|
if (!$propertyList->{$p}->{optional}) {
|
||||||
$props->{$p} = $propertyList->{$p};
|
$props->{$p} = $propertyList->{$p};
|
||||||
next;
|
next;
|
||||||
|
Loading…
Reference in New Issue
Block a user