assembler/rawfs: fix schema type for 'size'

It is supposed to be an integer not a string.
This commit is contained in:
Christian Kellner 2020-01-29 14:49:24 +01:00 committed by Tom Gundersen
parent 4f72036efa
commit 2a3e5107f4

View file

@ -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",