API Model

Version Description

Information useful to indentify the exact version of the player. It's very useful to include them in a bug report.

Field Type Mandatory Meaning
git.commit.id string yes git commit id (for internal use in KV)
git.build.time string yes date and time of the build
git.dirty string yes deprecated
git.branch string yes branch name of the build. for production it should always be "master"
git.build.version string yes deprecated
git.closest.tag.name string yes player version name
git.tags string no deprecated

Example

{
 "git.commit.id": "5f38b306666e7e0953efce45552d176c85720a8c",
 "git.build.time": "14.10.2016 @ 17:24:02 CEST",
 "git.dirty": "true",
 "git.branch": "master",
 "git.build.version": "2.0",
 "git.closest.tag.name": "r.20161014-2.3",
 "git.tags": ""
}