schema: update major/minor types

This matches the config-linux.md spec which says these are both int64.

Signed-off-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
Mike Frysinger 2016-11-04 19:21:34 -04:00
parent 41ef05e714
commit 7872d3ddff
1 changed files with 2 additions and 2 deletions

View File

@ -84,11 +84,11 @@
},
"Major": {
"description": "major device number",
"$ref": "defs.json#/definitions/uint16"
"$ref": "defs.json#/definitions/int64"
},
"Minor": {
"description": "minor device number",
"$ref": "defs.json#/definitions/uint16"
"$ref": "defs.json#/definitions/int64"
},
"FileMode": {
"description": "File permissions mode (typically an octal value)",