diff --git a/schema/defs-linux.json b/schema/defs-linux.json index 37a4c855b..55586a0a8 100644 --- a/schema/defs-linux.json +++ b/schema/defs-linux.json @@ -117,7 +117,14 @@ "$ref": "defs.json#/definitions/FilePath" }, "fileMode": { - "$ref": "#/definitions/FileMode" + "oneOf": [ + { + "$ref": "#/definitions/FileMode" + }, + { + "type": "null" + } + ] }, "major": { "$ref": "#/definitions/Major"