mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-26 22:31:42 +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) {
|
||||
next if $p eq 'type';
|
||||
if (!$propertyList->{$p}->{optional}) {
|
||||
$props->{$p} = $propertyList->{$p};
|
||||
next;
|
||||
|
Loading…
Reference in New Issue
Block a user