From c302a28a21e17da6b3ed05945a553d2ed4576be8 Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Thu, 11 Apr 2024 11:29:29 +0200 Subject: [PATCH] json schema: add format description for pve-storage-id standard option so that the option can be used as part of a property string. Signed-off-by: Fiona Ebner --- src/PVE/JSONSchema.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm index 4bf0e78..115f811 100644 --- a/src/PVE/JSONSchema.pm +++ b/src/PVE/JSONSchema.pm @@ -84,6 +84,7 @@ register_standard_option('pve-iface', { register_standard_option('pve-storage-id', { description => "The storage identifier.", type => 'string', format => 'pve-storage-id', + format_description => 'storage ID', }); register_standard_option('pve-bridge-id', { -- 2.39.2