diff --git a/proxmox-notify/src/context/pbs.rs b/proxmox-notify/src/context/pbs.rs index ded6cbc8..e8106c57 100644 --- a/proxmox-notify/src/context/pbs.rs +++ b/proxmox-notify/src/context/pbs.rs @@ -20,8 +20,8 @@ const DUMMY_EMAIL_SCHEMA: Schema = StringSchema::new("dummy email").schema(); const DUMMY_USER_SCHEMA: ObjectSchema = ObjectSchema::new( "minimal PBS user", &[ - ("userid", false, &DUMMY_ID_SCHEMA), ("email", true, &DUMMY_EMAIL_SCHEMA), + ("userid", false, &DUMMY_ID_SCHEMA), ], ) .additional_properties(true);