Merge pull request #4279 from dnephin/fix-schema-typo

Fix schema typo
This commit is contained in:
Joffrey F 2017-01-05 17:15:39 -08:00 committed by GitHub
commit 45c7ee4466

View File

@ -270,7 +270,7 @@
"cpus": {"type": "string"}, "cpus": {"type": "string"},
"memory": {"type": "string"} "memory": {"type": "string"}
}, },
"additionaProperties": false "additionalProperties": false
}, },
"network": { "network": {