mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Swagger: fix definition of IPAM driver options
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
62d80835ab
commit
a5dd68186c
1 changed files with 3 additions and 5 deletions
|
@ -1484,8 +1484,6 @@ definitions:
|
||||||
type: "string"
|
type: "string"
|
||||||
Options:
|
Options:
|
||||||
description: "Driver-specific options, specified as a map."
|
description: "Driver-specific options, specified as a map."
|
||||||
type: "array"
|
|
||||||
items:
|
|
||||||
type: "object"
|
type: "object"
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: "string"
|
type: "string"
|
||||||
|
|
Loading…
Reference in a new issue