1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 03:08:14 +00:00

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": {
"content": {
"description": "Content of the initial configuration file",
"type": ["string", "null"],
"minLength": 1,
"type": ["string", "null"]
},
},
"additionalProperties": False,