From 0e808fcad0641012ca106025021652f55d6ba167 Mon Sep 17 00:00:00 2001 From: Ma Shimiao Date: Tue, 14 Feb 2017 14:15:07 +0800 Subject: [PATCH] schema: remove major,minor from device required items When type is p, major and minor is not required. So, we should not leave them in require. Signed-off-by: Ma Shimiao --- schema/defs-linux.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/schema/defs-linux.json b/schema/defs-linux.json index ca01a6870..505671639 100644 --- a/schema/defs-linux.json +++ b/schema/defs-linux.json @@ -105,9 +105,7 @@ "type": "object", "required": [ "type", - "path", - "major", - "minor" + "path" ], "properties": { "type": {