From 574182a3fed7d3738f965fcf4c732c940e4187c0 Mon Sep 17 00:00:00 2001 From: 0x0916 Date: Fri, 14 Jul 2017 10:17:30 +0800 Subject: [PATCH] schema/defs-linux: change weight type to uint16 Signed-off-by: 0x0916 --- schema/defs-linux.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/defs-linux.json b/schema/defs-linux.json index 4d9620a4a..403c96072 100644 --- a/schema/defs-linux.json +++ b/schema/defs-linux.json @@ -151,7 +151,7 @@ } }, "weight": { - "type": "integer" + "$ref": "defs.json#/definitions/uint16" }, "blockIODevice": { "type": "object",