schema/v2: make mount source and target optional
The previous commit gave the individual mounts more control over the source and target properties. Do not require them at the global schema but hand the control if they are optional over to the modules.
This commit is contained in:
parent
02404ced94
commit
5b1cd2b1c5
3 changed files with 12 additions and 8 deletions
|
|
@ -71,7 +71,7 @@
|
|||
"mount": {
|
||||
"title": "Mount point for a stage",
|
||||
"additionalProperties": false,
|
||||
"required": ["name", "type", "source", "target"],
|
||||
"required": ["name", "type"],
|
||||
"properties": {
|
||||
"name": { "type": "string" },
|
||||
"type": { "type": "string" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue