Fix schema typo.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2016-12-28 15:16:53 -05:00 committed by Joffrey F
parent 22b837975d
commit 91851cd5ae
1 changed files with 1 additions and 1 deletions

View File

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