Skip to content

Commit 8c22b69

Browse files
author
Mrunal Patel
authored
Merge pull request opencontainers#688 from Mashimiao/schema-fix-device-required
schema: remove major,minor from device required items
2 parents 359de8f + 0e808fc commit 8c22b69

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)