assembler/rawfs: fix schema type for 'size'
It is supposed to be an integer not a string.
This commit is contained in:
parent
4f72036efa
commit
2a3e5107f4
1 changed files with 1 additions and 2 deletions
|
|
@ -41,8 +41,7 @@ STAGE_OPTS = """
|
|||
},
|
||||
"size": {
|
||||
"description": "Maximum size of the filesystem",
|
||||
"type": "string",
|
||||
"examples": ["500M", "20GB"]
|
||||
"type": "integer"
|
||||
},
|
||||
"fs_type": {
|
||||
"description": "Filesystem type",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue