GoodMem
ReferenceClient SDKsJavaScriptModels

SystemInfoResponse Model

SystemInfoResponse Model documentation for JavaScript SDK

Properties

NameTypeDescriptionNotes
versionStringSemantic version string advertised by the running server.[optional]
majorNumberMajor version component parsed from the advertised semantic version.
minorNumberMinor version component parsed from the advertised semantic version.
patchNumberPatch version component parsed from the advertised semantic version.
dirtyBooleanWhether the running build reports uncommitted workspace changes.
gitCommitStringGit commit SHA baked into the build, when available.[optional]
gitDescribeStringGit describe output baked into the build, when available.[optional]
buildTimeDateBuild timestamp recorded for this server binary, when available.[optional]
capabilities{String: String}Optional capability flags or metadata advertised by the running server.[optional]

On this page