mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-30 13:03:46 +02:00
Initial config file content can be empty
This commit is contained in:
parent
2d507fd17a
commit
b2e53a94d4
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user