SystemInfoResponse Model
SystemInfoResponse Model documentation for JavaScript SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| version | String | Semantic version string advertised by the running server. | [optional] |
| major | Number | Major version component parsed from the advertised semantic version. | |
| minor | Number | Minor version component parsed from the advertised semantic version. | |
| patch | Number | Patch version component parsed from the advertised semantic version. | |
| dirty | Boolean | Whether the running build reports uncommitted workspace changes. | |
| gitCommit | String | Git commit SHA baked into the build, when available. | [optional] |
| gitDescribe | String | Git describe output baked into the build, when available. | [optional] |
| buildTime | Date | Build timestamp recorded for this server binary, when available. | [optional] |
| capabilities | {String: String} | Optional capability flags or metadata advertised by the running server. | [optional] |