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:
parent
a656f674c2
commit
c302a28a21
@ -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', {
|
||||
|
Loading…
x
Reference in New Issue
Block a user