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 <mashimiao.fnst@cn.fujitsu.com>
This commit is contained in:
Ma Shimiao 2017-02-14 14:15:07 +08:00
parent 21f7998bfb
commit 0e808fcad0
1 changed files with 1 additions and 3 deletions

View File

@ -105,9 +105,7 @@
"type": "object",
"required": [
"type",
"path",
"major",
"minor"
"path"
],
"properties": {
"type": {