Merge pull request #558 from clark800/wss

Add pattern for servers option
This commit is contained in:
wltsmrz
2015-09-22 18:25:17 -07:00

View File

@@ -4,7 +4,14 @@
"type": "object",
"properties": {
"trace": {"type": "boolean"},
"servers": {"type": "array", "items": {"type": "string", "format": "uri"}}
"servers": {
"type": "array",
"items": {
"type": "string",
"format": "uri",
"pattern": "^wss?://"
}
}
},
"additionalProperties": false
}