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:
parent
21f7998bfb
commit
0e808fcad0
|
@ -105,9 +105,7 @@
|
|||
"type": "object",
|
||||
"required": [
|
||||
"type",
|
||||
"path",
|
||||
"major",
|
||||
"minor"
|
||||
"path"
|
||||
],
|
||||
"properties": {
|
||||
"type": {
|
||||
|
|
Loading…
Reference in New Issue