api schema: storage: config: fix typos in return schema description

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner
2025-10-08 15:09:16 +02:00
parent c10e73d93b
commit 68c3142605

View File

@ -218,13 +218,13 @@ __PACKAGE__->register_method({
enum => $storage_type_enum, enum => $storage_type_enum,
}, },
config => { config => {
description => "Partial, possible server generated, configuration properties.", description => "Partial, possibly server generated, configuration properties.",
type => 'object', type => 'object',
optional => 1, optional => 1,
additionalProperties => 1, additionalProperties => 1,
properties => { properties => {
'encryption-key' => { 'encryption-key' => {
description => "The, possible auto-generated, encryption-key.", description => "The, possibly auto-generated, encryption-key.",
optional => 1, optional => 1,
type => 'string', type => 'string',
}, },
@ -318,13 +318,13 @@ __PACKAGE__->register_method({
enum => $storage_type_enum, enum => $storage_type_enum,
}, },
config => { config => {
description => "Partial, possible server generated, configuration properties.", description => "Partial, possibly server generated, configuration properties.",
type => 'object', type => 'object',
optional => 1, optional => 1,
additionalProperties => 1, additionalProperties => 1,
properties => { properties => {
'encryption-key' => { 'encryption-key' => {
description => "The, possible auto-generated, encryption-key.", description => "The, possibly auto-generated, encryption-key.",
optional => 1, optional => 1,
type => 'string', type => 'string',
}, },