5.4.2.15 LocalizedText
LocalizedText values shall be encoded as a JSON object with the fields shown in Table 39.
| 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. |