[
    {
        "DisplayName": "Windows Socket Name",
        "Category": "MariaDB:database",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "WindowsSocketName",
        "InputType": "text",
        "Hidden": true,
        "ParamFieldName": "WindowsSocketName",
        "DefaultValue": "{{newguid()}}",
        "EnumValues": {}
    },
    {
        "DisplayName": "Root User Password (Windows)",
        "Category": "MariaDB:database",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "RootPassword",
        "InputType": "text",
        "Hidden": true,
        "ParamFieldName": "RootPassword",
        "DefaultValue": "{{newguid()}}",
        "EnumValues": {}
    },
    {
        "DisplayName": "Database Name",
        "Category": "MariaDB:database",
        "Subcategory": "Server:dns:1",
        "Description": "Optionally sets the initial database to connect to when the client run in AMP is started. The database must exist on the server. Alternatively send the command 'use <database name>' in the AMP console to switch to a specific database",
        "Keywords": "database,name",
        "FieldName": "database",
        "InputType": "text",
        "ParamFieldName": "database",
        "IncludeInCommandLine": true,
        "SkipIfEmpty": true,
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Options File Settings",
        "Category": "MariaDB:database",
        "Subcategory": "Server:dns:1",
        "Description": "Specifies [options file settings](https://mariadb.com/kb/en/configuring-mariadb-with-option-files/) to include in 'my.cnf' for the MariaDB server that are not otherwise set by AMP. One setting per line, including the option group heading. Additional information on [server variables](https://mariadb.com/kb/en/server-system-variables/)",
        "Keywords": "options,file,settings",
        "FieldName": "OptionsFileSettings",
        "InputType": "Textarea",
        "ParamFieldName": "OptionsFileSettings",
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Additional Client Command Line Options",
        "Category": "MariaDB:database",
        "Subcategory": "Server:dns:1",
        "Description": "Specifies [additional command line options](https://mariadb.com/kb/en/mariadb-command-line-client/) for the MariaDB client run by AMP (a super user called 'amp' on Linux and 'root' on Windows) that are not otherwise set by AMP. Use with care",
        "Keywords": "custom,client,options,arguments",
        "FieldName": "CustomClientOptions",
        "InputType": "Textarea",
        "ParamFieldName": "CustomClientOptions",
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "MariaDB Release Stream",
        "Category": "Updates",
        "Subcategory": "Server Updates:build:-1",
        "Description": "Sets the MariaDB release stream from which to install the latest version, unless a specific version is specified under MariaDB Version. WARNING: SWITCHING BETWEEN RELEASE STREAMS OR DOWNGRADING VERSIONS MAY CORRUPT DATA! Update the server after changing this setting",
        "Keywords": "mariadb,release,stream,MariaDBRelease",
        "FieldName": "ServerVersion",
        "InputType": "enum",
        "ParamFieldName": "MariaDBRelease",
        "DefaultValue": "11.4",
        "EnumValues": {
            "12.0": "12.0",
            "11.8": "11.8 - LTS",
            "11.4": "11.4 - LTS (default)",
            "10.11": "10.11 - LTS",
            "10.6": "10.6 - LTS"
        }
    },
    {
        "DisplayName": "MariaDB Version",
        "Category": "Updates",
        "Subcategory": "Server Updates:build:-1",
        "Description": "Sets the [MariaDB version](https://mariadb.org/mariadb/all-releases/) to install. Empty = latest version for the release stream specified under MariaDB Release Stream. WARNING: SWITCHING BETWEEN RELEASE STREAMS OR DOWNGRADING VERSIONS MAY CORRUPT DATA! Update the server after changing this setting",
        "Keywords": "mariadb,version,MariaDBVersion",
        "FieldName": "CustomServerVersion",
        "InputType": "text",
        "ParamFieldName": "MariaDBVersion",
        "DefaultValue": "",
        "Placeholder": "10.11.4",
        "EnumValues": {}
    }
]