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:
Anders Ingemann 2013-12-10 22:30:32 +01:00
parent c454114a22
commit 3ee0c314d6
2 changed files with 4 additions and 7 deletions

View file

@ -27,9 +27,8 @@
} }
} }
} }
}, }
"required": ["prebootstrapped"]
} }
}, },
"required": ["volume", "plugins"] "required": ["volume"]
} }

View file

@ -15,9 +15,7 @@
}, },
"required": ["password"] "required": ["password"]
} }
}, }
"required": ["root_password"]
} }
}, }
"required": ["plugins"]
} }