Merge pull request #688 from Mashimiao/schema-fix-device-required

schema: remove major,minor from device required items
This commit is contained in:
Mrunal Patel 2017-02-17 10:18:30 -08:00 committed by GitHub
commit 8c22b690a4
1 changed files with 1 additions and 3 deletions

View File

@ -105,9 +105,7 @@
"type": "object",
"required": [
"type",
"path",
"major",
"minor"
"path"
],
"properties": {
"type": {