Initial config file content can be empty

This commit is contained in:
Julien Duponchelle 2015-04-09 10:53:18 +02:00
parent 2d507fd17a
commit b2e53a94d4

View File

@ -309,8 +309,7 @@ IOU_INITIAL_CONFIG_SCHEMA = {
"properties": { "properties": {
"content": { "content": {
"description": "Content of the initial configuration file", "description": "Content of the initial configuration file",
"type": ["string", "null"], "type": ["string", "null"]
"minLength": 1,
}, },
}, },
"additionalProperties": False, "additionalProperties": False,