mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Correct typos in schemas.
This commit is contained in:
parent
fcd7dfbde6
commit
8eb060304a
@ -184,7 +184,7 @@ IOU_OBJECT_SCHEMA = {
|
||||
"type": ["boolean", "null"]
|
||||
},
|
||||
"command_line": {
|
||||
"description": "Last command line used by GNS3 to start QEMU",
|
||||
"description": "Last command line used by GNS3 to start IOU",
|
||||
"type": "string"
|
||||
},
|
||||
"application_id": {
|
||||
|
@ -122,7 +122,7 @@ VPCS_OBJECT_SCHEMA = {
|
||||
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$"
|
||||
},
|
||||
"command_line": {
|
||||
"description": "Last command line used by GNS3 to start QEMU",
|
||||
"description": "Last command line used by GNS3 to start VPCS",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user