[
    {
        "DisplayName": "Server Build",
        "Category": "Updates",
        "Subcategory": "Server Updates:build:-1",
        "Description": "Sets the server build to install. If \"Specific version\" is selected, the download URL for the relevant build must be set under Specific Build Version Download URL. Update the server after changing this setting",
        "Keywords": "server,build,artifact,recommended,latest,optional,critical,specific",
        "FieldName": "ServerBuild",
        "InputType": "enum",
        "ParamFieldName": "ServerBuild",
        "DefaultValue": "recommended_download",
        "EnumValues": {
            "recommended_download": "Recommended (default)",
            "optional_download": "Optional",
            "latest_download": "Latest",
            "critical_download": "Critical",
            "SpecificVersion": "Specific version"
        }
    },
    {
        "DisplayName": "Specific Build Version Download URL",
        "Category": "Updates",
        "Subcategory": "Server Updates:build:-1",
        "Description": "Sets the download URL for a specific server build to install, if \"Specific version\" is selected under Server Build. Select the relevant URL from the [Windows build list](https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/) or [Linux build list](https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/). The Windows URL should end in .zip rather than .7z",
        "Keywords": "server,build,artifact,specific,version",
        "FieldName": "SpecificBuildVersionURL",
        "InputType": "url",
        "ParamFieldName": "SpecificBuildVersionURL",
        "DefaultValue": "",
        "Placeholder": "https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/6593-7672c8c849165dad70a1e82f89e31059d8fcf20d/server.zip",
        "EnumValues": {}
    }
]