{
"type": "object",
"required": [
"adbMysqlHost",
"adbMysqlUser",
"adbMysqlPassword",
"adbMysqlDatabase"
],
"properties": {
"adbMysqlHost": {
"type": "string",
"description": "Hostname or IP address of the Adb MySQL server"
},
"adbMysqlPort": {
"type": "number",
"default": 3306,
"description": "Port number of the Adb MySQL server"
},
"adbMysqlUser": {
"type": "string",
"default": "",
"description": "Username for the Adb MySQL database"
},
"adbMysqlDatabase": {
"type": "string",
"default": "",
"description": "Name of the Adb MySQL database"
},
"adbMysqlPassword": {
"type": "string",
"default": "",
"description": "Password for the Adb MySQL database"
}
}
}