LocalizedText values shall be encoded as a JSON object with the fields shown in Table 38.
Table 38 – JSON Object Definition for a LocalizedText
Name |
Description |
Locale |
The Locale portion of LocalizedText values shall be encoded as a JSON string. The field is not encoded if it is null or empty. |
Text |
The Text portion of LocalizedText values shall be encoded as a JSON string. The field is not encoded if it is null or empty. |