Inner class to encapsulate the information about the latest version of the language variant
| name | data type | constraints | description |
|---|---|---|---|
| versionTimestamp | number | required int | Version timestamp |
| version | string | Version number |
Example
{
"versionTimestamp" : 12345,
"version" : "..."
}