Skip to main content

DatabaseInfo

addressstring

Database address

currentStatusstringrequired

Current status (online, offline, etc.)

defaultbooleanrequired

Whether this is the default database

homebooleanrequired

Whether this is the home database

namestringrequired

Database name

DatabaseInfo
{
"address": "string",
"currentStatus": "string",
"default": true,
"home": true,
"name": "string"
}