[
    {
        "DisplayName": "Game Port",
        "Category": "Wreckfest 2:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "$GamePort",
        "InputType": "number",
        "Hidden": true,
        "ParamFieldName": "$['net server config'][0]['game port']",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Name",
        "Category": "Wreckfest 2:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the name of the server displayed in the server list",
        "Keywords": "server,name",
        "FieldName": "net_server_config.name",
        "InputType": "text",
        "ParamFieldName": "$['net server config'][0]['name']",
        "DefaultValue": "AMP Powered Wreckfest 2 Server",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Description",
        "Category": "Wreckfest 2:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the description of the server displayed in the server list",
        "Keywords": "server,description",
        "FieldName": "net_server_config.description",
        "InputType": "text",
        "ParamFieldName": "$['net server config'][0]['description']",
        "DefaultValue": "Welcome to my server!",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Password",
        "Category": "Wreckfest 2:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the password required to join the server. Default is no password",
        "Keywords": "server,password",
        "FieldName": "net_server_config.password",
        "InputType": "Password",
        "ParamFieldName": "$['net server config'][0]['password']",
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Proton GE Release Version (Linux)",
        "Category": "Updates",
        "Subcategory": "Runtime Configuration:build:3",
        "Description": "Sets the Proton GE [release version](https://github.com/GloriousEggroll/proton-ge-custom/releases) to install. Empty = latest. Example: GE-Proton9-1",
        "Keywords": "proton,release,version",
        "FieldName": "SpecificReleaseVersion",
        "InputType": "text",
        "ParamFieldName": "SpecificReleaseVersion",
        "DefaultValue": "",
        "Placeholder": "GE-Proton9-1",
        "EnumValues": {}
    }
]