Skip to content

Commit

Permalink
schema: fix FileMode type
Browse files Browse the repository at this point in the history
Signed-off-by: Iceber Gu <[email protected]>
  • Loading branch information
Iceber committed Feb 8, 2021
1 parent 7413a7f commit 61c7181
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions schema/defs-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 61c7181

Please sign in to comment.