Add missing IPAM options to v2.2 spec

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-04-24 13:29:18 -07:00
parent 614e311c8d
commit 5b3b6ebf94
1 changed files with 7 additions and 0 deletions

View File

@ -300,6 +300,13 @@
"driver": {"type": "string"},
"config": {
"type": "array"
},
"options": {
"type": "object",
"patternProperties": {
"^.+$": {"type": "string"}
},
"additionalProperties": false
}
},
"additionalProperties": false