VariableValueTranslation

VariableValueTranslation
VariableValueTranslation

The structure containing the name of the translation and its list of translations to be implemented.

JSON Example
{
    "name": "ifAdminStatus",
    "valueMatches": [
        {
            "rename": "up",
            "value": "100"
        }
    ]
}
string
name
Required

The name of the translation.

array of ValueMatch
valueMatches
Required

The Map of {String ValueMatch name, ValueMatch}.