{
    "type": "object",
    "properties": {
        "uidRelation": {
            "type": "object",
            "comment": "Relationship between Trello and Nextcloud usernames",
            "example": {
                "johndoe": "admin"
            }
        },
        "owner": {
            "type": "string",
            "required": true,
            "comment": "Nextcloud owner username"
        }
    }
}
