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,