From dd693fdc5f7cb3be59bc2e3699a442f96f3672bd Mon Sep 17 00:00:00 2001 From: Alan Cohen Date: Thu, 15 Oct 2015 17:55:42 -0700 Subject: [PATCH] Add proxy support to schema --- src/api/common/schemas/remote-options.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/api/common/schemas/remote-options.json b/src/api/common/schemas/remote-options.json index 202ca1e2..0882bb9f 100644 --- a/src/api/common/schemas/remote-options.json +++ b/src/api/common/schemas/remote-options.json @@ -11,6 +11,9 @@ "format": "uri", "pattern": "^wss?://" } + }, + "proxy": { + "format": "uri" } }, "additionalProperties": false