PruneJobConfig: remove stale optional flag from the API macro.

The property is not optional - it is defined as "String".

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
Dietmar Maurer 2023-11-16 17:45:09 +01:00
parent dca6c270a0
commit 486415f517

View File

@ -686,7 +686,6 @@ impl PruneJobOptions {
},
schedule: {
schema: PRUNE_SCHEDULE_SCHEMA,
optional: true,
},
comment: {
optional: true,