1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-01 04:38:12 +00:00

Adjustment of IOU_OBJECT_SCHEMA

This commit is contained in:
ziajka 2017-06-27 11:14:34 +02:00
parent 931018b877
commit 3c18150cdb

View File

@ -189,7 +189,7 @@ IOU_OBJECT_SCHEMA = {
}, },
"application_id": { "application_id": {
"description": "Application ID for running IOU image", "description": "Application ID for running IOU image",
"type": ["integer", "null"] "type": "integer"
}, },
}, },
"additionalProperties": False "additionalProperties": False