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