{
"type": "object",
"required": [
"mysqlHost",
"mysqlUser",
"mysqlPassword",
"mysqlDatabase"
],
"properties": {
"mysqlHost": {
"type": "string",
"description": "The host of the MySQL database."
},
"mysqlUser": {
"type": "string",
"description": "The user for the MySQL database."
},
"mysqlDatabase": {
"type": "string",
"description": "The database name for the MySQL database."
},
"mysqlPassword": {
"type": "string",
"description": "The password for the MySQL database."
}
}
}