From 3a814941c5afe7debf1899c63c8aa8a14f353edf Mon Sep 17 00:00:00 2001 From: David Dollar Date: Sat, 19 Sep 2015 10:29:48 -0400 Subject: [PATCH] fix manifest types --- api/manifest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/manifest.yml b/api/manifest.yml index 95e617fc8c..ccfe7b1070 100644 --- a/api/manifest.yml +++ b/api/manifest.yml @@ -579,13 +579,13 @@ definitions: command: type: string cpu: - type: float + type: number host: type: string image: type: string memory: - type: float + type: number name: type: string ports: