tape: add changer property to drive create api

This commit is contained in:
Dietmar Maurer 2020-12-09 12:55:10 +01:00
parent 314652a499
commit 8a16c571d2

View File

@ -31,6 +31,10 @@ use crate::{
path: {
schema: LINUX_DRIVE_PATH_SCHEMA,
},
changer: {
schema: CHANGER_ID_SCHEMA,
optional: true,
},
},
},
)]