mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-07 21:53:32 +00:00
cleanup: whitespace and than/then typo
This commit is contained in:
parent
a736ac996c
commit
166e27c74f
@ -1032,7 +1032,6 @@ my $default_schema_noref = {
|
||||
optional => 1,
|
||||
default => ".*",
|
||||
},
|
||||
|
||||
enum => {
|
||||
type => "array",
|
||||
optional => 1,
|
||||
@ -1086,7 +1085,7 @@ my $default_schema_noref = {
|
||||
disallow => {
|
||||
type => "object",
|
||||
optional => 1,
|
||||
description => "This attribute may take the same values as the \"type\" attribute, however if the instance matches the type or if this value is an array and the instance matches any type or schema in the array, than this instance is not valid.",
|
||||
description => "This attribute may take the same values as the \"type\" attribute, however if the instance matches the type or if this value is an array and the instance matches any type or schema in the array, then this instance is not valid.",
|
||||
},
|
||||
extends => {
|
||||
type => "object",
|
||||
|
Loading…
Reference in New Issue
Block a user