Browse Source

Merge pull request #4755 from shin-/sync_2.2_spec

Add missing IPAM options to v2.2 spec
Joffrey F 8 years ago
parent
commit
b38305f2d7
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

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