The following example shows a JSON file containing the following two settings:
{
"settings": [
{
"name": "DYNAMIC_SETTING_PASSWORD",
"description": "This is a setting that is used as a password.",
"type": "String",
"default_value": "password12345",
"version": "2",
"category":"PASSWORD"
},
{
"name": "DYNAMIC_SETTING_NON_PASSWORD",
"description": "This is a non-password setting of integrer type.",
"type": "Integer",
"default_value": "8443",
"version": "50"
}
]
}