1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-12 19:38:57 +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": {
"description": "Application ID for running IOU image",
"type": ["integer", "null"]
"type": "integer"
},
},
"additionalProperties": False