{ "connection": { "host": { "label": "Management IP address or hostname", "description": "Specify the IP address or hostname of the data source" }, "port": { "label": "Host port", "description": "Set the port number that is associated with the hostname or IP address" }, "database": { "label": "Database", "description": "The name of the database" }, "help": { "label": "Need additional help?", "description": "More details on the data source setting can be found in the specified link" }, "cert": { "label": "Connection certificate", "description": "Use self-signed SSL certificate and CA content(root and intermediate) of data source" }, "options": { "table": { "label": "Table name", "description": "The name of the MySQL table to be queried by this connector." } } }, "configuration": { "auth": { "username": { "label": "Username", "description": "Username with access to the database" }, "password": { "label": "Password", "description": "Password of the user with access to the database" } } } }