Skip to content

Commit 9f6b5d3

Browse files
committed
schema: fix Mount.Options in schema.
Signed-off-by: Krisztian Litkey <[email protected]>
1 parent 0635769 commit 9f6b5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/defs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"$ref": "#/definitions/FilePath"
6363
},
6464
"options": {
65-
"type": "string"
65+
"$ref": "#/definitions/ArrayOfStrings"
6666
}
6767
},
6868
"required": [

0 commit comments

Comments
 (0)