From ce0599d912857c8a24a260ff46cf99cf39d12289 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Mon, 24 Apr 2017 13:29:18 -0700 Subject: [PATCH] Add missing IPAM options to v2.2 spec Signed-off-by: Joffrey F --- compose/config/config_schema_v2.2.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/compose/config/config_schema_v2.2.json b/compose/config/config_schema_v2.2.json index daa07d149..3c4844a50 100644 --- a/compose/config/config_schema_v2.2.json +++ b/compose/config/config_schema_v2.2.json @@ -299,6 +299,13 @@ "driver": {"type": "string"}, "config": { "type": "array" + }, + "options": { + "type": "object", + "patternProperties": { + "^.+$": {"type": "string"} + }, + "additionalProperties": false } }, "additionalProperties": false