5
0
mirror of git://git.proxmox.com/git/pve-common.git synced 2025-01-24 14:03:35 +03:00

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 <f.ebner@proxmox.com>
This commit is contained in:
Fiona Ebner 2024-04-11 11:29:29 +02:00 committed by Thomas Lamprecht
parent a656f674c2
commit c302a28a21

View File

@ -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', {