Skip to content

Commit a97a05e

Browse files
authored
Merge pull request #63 from klihub/fixes/schema/mount-options
schema: fix Mount.Options in schema.
2 parents 0635769 + 9f6b5d3 commit a97a05e

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)