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:
Wayne Song 2017-05-01 15:24:46 -07:00 committed by Wayne Song
parent 1d0b921d70
commit 7a95836931

View file

@ -231,6 +231,7 @@ definitions:
type: "string" type: "string"
Source: Source:
description: "Mount source (e.g. a volume name, a host path)." description: "Mount source (e.g. a volume name, a host path)."
type: "string"
Type: Type:
description: | description: |
The mount type. Available types: The mount type. Available types: