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",
|
"type": "object",
|
||||||
"required": [
|
"required": [
|
||||||
"type",
|
"type",
|
||||||
"path",
|
"path"
|
||||||
"major",
|
|
||||||
"minor"
|
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"type": {
|
"type": {
|
||||||
|
|
Loading…
Reference in New Issue