Latest Data Type

Inner class to encapsulate the information about the latest version of the language variant

Properties
name data type constraints description
versionTimestamp number required int Version timestamp
version string   Version number

Example

{
  "versionTimestamp" : 12345,
  "version" : "..."
}