]> git.proxmox.com Git - proxmox-backup.git/commitdiff
PruneJobConfig: remove stale optional flag from the API macro.
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 16 Nov 2023 16:45:09 +0000 (17:45 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 16 Nov 2023 16:47:38 +0000 (17:47 +0100)
The property is not optional - it is defined as "String".

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
pbs-api-types/src/jobs.rs

index f3e64ee4d703f7cf58b0f445afc8bfa5d912e537..7b5a1f3d0c61ba0b16e3abe4c29db265afe30e2f 100644 (file)
@@ -686,7 +686,6 @@ impl PruneJobOptions {
         },
         schedule: {
             schema: PRUNE_SCHEDULE_SCHEMA,
-            optional: true,
         },
         comment: {
             optional: true,