From b2e53a94d4a659bee39c2fd6760ba0f5e1c74503 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Thu, 9 Apr 2015 10:53:18 +0200 Subject: [PATCH] Initial config file content can be empty --- gns3server/schemas/iou.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gns3server/schemas/iou.py b/gns3server/schemas/iou.py index ba4e8670..a2c6ec2b 100644 --- a/gns3server/schemas/iou.py +++ b/gns3server/schemas/iou.py @@ -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,