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"]
|
"type": ["boolean", "null"]
|
||||||
},
|
},
|
||||||
"command_line": {
|
"command_line": {
|
||||||
"description": "Last command line used by GNS3 to start QEMU",
|
"description": "Last command line used by GNS3 to start IOU",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"application_id": {
|
"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}$"
|
"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": {
|
"command_line": {
|
||||||
"description": "Last command line used by GNS3 to start QEMU",
|
"description": "Last command line used by GNS3 to start VPCS",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user