Skip to content

Commit 0e808fc

Browse files
author
Ma Shimiao
committed
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 <[email protected]>
1 parent 21f7998 commit 0e808fc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

schema/defs-linux.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,7 @@
105105
"type": "object",
106106
"required": [
107107
"type",
108-
"path",
109-
"major",
110-
"minor"
108+
"path"
111109
],
112110
"properties": {
113111
"type": {

0 commit comments

Comments
 (0)