{
  "type": "object",
  "properties": {
    "useUniversalUrl": {
      "type": "boolean"
    },
    "streamServerUrl": {
      "type": "string"
    },
    "streamPath": {
      "type": "string"
    },
    "universalVideoUrl": {
      "type": "string"
    },
    "aspectRatio": {
      "type": "string"
    },
    "zoom": {
      "type": "number"
    },
    "focusX": {
      "type": "number"
    },
    "focusY": {
      "type": "number"
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#"
}