diff --git a/schema/defs-linux.json b/schema/defs-linux.json index 61b6ec75c..13fb45a3d 100644 --- a/schema/defs-linux.json +++ b/schema/defs-linux.json @@ -144,9 +144,7 @@ }, "FileMode": { "description": "File permissions mode (typically an octal value)", - "type": "integer", - "minimum": 0, - "maximum": 512 + "$ref": "defs.json#/definitions/uint32" }, "FileType": { "description": "Type of a block or special character device",