Browse Source

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>
Wayne Song 8 years ago
parent
commit
7a95836931
1 changed files with 1 additions and 0 deletions
  1. 1 0
      api/swagger.yaml

+ 1 - 0
api/swagger.yaml

@@ -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: