acme: formatting fixups

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-03-07 13:24:42 +01:00
parent b5255f1868
commit fbb3049768

View File

@ -312,8 +312,18 @@ impl AccountStatus {
#[cfg_attr(feature="api-types", proxmox_schema::api(
properties: {
extra: { type: Object, properties: {}, additional_properties: true },
contact: { type: Array, items: { type: String, description: "Contact Info." }}
extra: {
type: Object,
properties: {},
additional_properties: true,
},
contact: {
type: Array,
items: {
type: String,
description: "Contact Info.",
},
},
}
))]
/// ACME Account data. This is the part of the account returned from and possibly sent to the ACME