[{"label":"Latest (1.0.0alpha)","version":"latest"}]
vcdr
LocalizableMessage
An abstract representation of a message that allow the message to be displayed for multiple locales.
Properties
array of
string
args
Optional
Substitution arguments for variables in the localized message.
string
default_message
Optional
The message in English.
string
id
Optional
The identifier specifying the message from the localized message catalog.
NOTE: The localized message catalog is not available in this release of the API, so clients will need to determine the failure from the default_message.
JSON Example
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}