Browse Source

Add missing IPAM options to v2.2 spec

Signed-off-by: Joffrey F <[email protected]>
Joffrey F 8 years ago
parent
commit
5b3b6ebf94
1 changed files with 7 additions and 0 deletions
  1. 7 0
      compose/config/config_schema_v2.2.json

+ 7 - 0
compose/config/config_schema_v2.2.json

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