TextValue (JSON)
An element representing a text value that may be in a specific language.
| URI: | TextValue |
|---|
Properties
| Name | Type | Description | |
|---|---|---|---|
| lang | string | The language of the text value. See http://www.w3.org/International/articles/language-tags/ | FTR |
| value | string | The text value. |
Example
{
"lang" : "...",
"value" : "..."
}