Skip to content

Commit

Permalink
Merge pull request opencontainers#688 from Mashimiao/schema-fix-devic…
Browse files Browse the repository at this point in the history
…e-required

schema: remove major,minor from device required items
  • Loading branch information
Mrunal Patel authored Feb 17, 2017
2 parents 359de8f + 0e808fc commit 8c22b69
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions schema/defs-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@
"type": "object",
"required": [
"type",
"path",
"major",
"minor"
"path"
],
"properties": {
"type": {
Expand Down

0 comments on commit 8c22b69

Please sign in to comment.