-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
Undefined
-
json schema was updated for the connector passwords supplied to the configurator - adapt the UI to handle the new schema.
An example of the updated schema is as follows:
"database.password": {
"title": "Password",
"description": "Password of the database user to be used when connecting to the database.",
"x-name": "database.password",
"x-category": "CONNECTION",
"oneOf": [
{
"type": "string",
"format": "password",
"description": "Password of the database user to be used when connecting to the database."
},
{
"description": "An opaque reference to the password.",
"type": "object",
"properties": { }
}
]
}