{ "nullable": false, "type": "object", "properties": { "hedgedoc_url_base": { "nullable": false, "type": "string" }, "client_id": { "nullable": false, "type": "string", "default": "hedgedoc" }, "client_secret": { "nullable": false, "type": "string" } }, "additionalProperties": false, "required": [ "hedgedoc_url_base", "client_id", "client_secret" ] }