Skip to content

Commit 61c7181

Browse files
committed
schema: fix FileMode type
Signed-off-by: Iceber Gu <[email protected]>
1 parent 7413a7f commit 61c7181

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
@@ -144,9 +144,7 @@
144144
},
145145
"FileMode": {
146146
"description": "File permissions mode (typically an octal value)",
147-
"type": "integer",
148-
"minimum": 0,
149-
"maximum": 512
147+
"$ref": "defs.json#/definitions/uint32"
150148
},
151149
"FileType": {
152150
"description": "Type of a block or special character device",

0 commit comments

Comments
 (0)