stages/noop: allow mounts and devices
Allow the noop stage to have mounts and devices, which is useful for testing.
This commit is contained in:
parent
02ceb02d2a
commit
31943072c7
1 changed files with 6 additions and 0 deletions
|
|
@ -17,8 +17,14 @@ SCHEMA_2 = """
|
|||
"options": {
|
||||
"additionalProperties": true
|
||||
},
|
||||
"devices": {
|
||||
"additionalProperties": true
|
||||
},
|
||||
"inputs": {
|
||||
"additionalProperties": true
|
||||
},
|
||||
"mounts": {
|
||||
"additionalProperties": true
|
||||
}
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue