1
0
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:
grossmj 2017-07-11 20:03:24 +07:00
parent fcd7dfbde6
commit 8eb060304a
2 changed files with 2 additions and 2 deletions

View File

@ -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": {

View File

@ -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"
} }
}, },