mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-11 17:40:29 +00:00
Remove some required properties from schemas.
They are still required, but it's not really possible run the schemas without these properties being there
This commit is contained in:
parent
c454114a22
commit
3ee0c314d6
2 changed files with 4 additions and 7 deletions
|
@ -27,9 +27,8 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": ["prebootstrapped"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": ["volume", "plugins"]
|
||||
"required": ["volume"]
|
||||
}
|
||||
|
|
|
@ -15,9 +15,7 @@
|
|||
},
|
||||
"required": ["password"]
|
||||
}
|
||||
},
|
||||
"required": ["root_password"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": ["plugins"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue