Add a proper type to the Source field in Mount
This field was missing a type, which meant that the example objects that Swagger tools generate did not work. Signed-off-by: Wayne Song <wsong@docker.com>
This commit is contained in:
parent
1d0b921d70
commit
7a95836931
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ definitions:
|
|||
type: "string"
|
||||
Source:
|
||||
description: "Mount source (e.g. a volume name, a host path)."
|
||||
type: "string"
|
||||
Type:
|
||||
description: |
|
||||
The mount type. Available types:
|
||||
|
|
Loading…
Reference in a new issue