瀏覽代碼

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

Add missing IPAM options to v2.2 spec
Joffrey F 9 年之前
父節點
當前提交
b38305f2d7
共有 1 個文件被更改,包括 7 次插入0 次删除
  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