Swagger: fix definition of IPAM driver options
@@ -1484,11 +1484,9 @@ definitions:
type: "string"
Options:
description: "Driver-specific options, specified as a map."
- type: "array"
- items:
- type: "object"
- additionalProperties:
- type: "string"
+ type: "object"
+ additionalProperties:
+ type: "string"
NetworkContainer:
type: "object"