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:
parent
41ef05e714
commit
7872d3ddff
|
@ -84,11 +84,11 @@
|
||||||
},
|
},
|
||||||
"Major": {
|
"Major": {
|
||||||
"description": "major device number",
|
"description": "major device number",
|
||||||
"$ref": "defs.json#/definitions/uint16"
|
"$ref": "defs.json#/definitions/int64"
|
||||||
},
|
},
|
||||||
"Minor": {
|
"Minor": {
|
||||||
"description": "minor device number",
|
"description": "minor device number",
|
||||||
"$ref": "defs.json#/definitions/uint16"
|
"$ref": "defs.json#/definitions/int64"
|
||||||
},
|
},
|
||||||
"FileMode": {
|
"FileMode": {
|
||||||
"description": "File permissions mode (typically an octal value)",
|
"description": "File permissions mode (typically an octal value)",
|
||||||
|
|
Loading…
Reference in New Issue