{
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "clientid": { "type": "string", "minLength": 1 },
    "url": { "type": "string", "minLength": 1, "format": "absolute-uri" },
    "onpremise_proxy_host": { "type": "string", "minLength": 1 },
    "onpremise_proxy_port": { "type": "string", "minLength": 1 }
  },
  "required": ["clientid", "url", "onpremise_proxy_host", "onpremise_proxy_port"]
}
