{
  "type": "object",
  "properties": {
    "useUniversalUrl": {
      "type": "boolean"
    },
    "streamServerUrl": {
      "type": "string"
    },
    "streamPath": {
      "type": "string"
    },
    "universalVideoUrl": {
      "type": "string"
    },
    "height": {
      "type": "number"
    }
  },
  "required": [
    "useUniversalUrl"
  ],
  "$schema": "http://json-schema.org/draft-07/schema#"
}