

# SystemDescription
<a name="structures-SystemDescription"></a>

Object specifying client system characteristics.

## Contents
<a name="structures-SystemDescription-contente"></a>
+ **arm**
  + Indicates that system architecture is ARM based. Default: `false` (not based on ARM).
  + Type: Boolean
  + Required: No
+ **arm\$1emulation**
  + Indicates that the system can emulate ARM architecture. Default: `false` (emulation not available).
  + Type: Boolean
  + Required: No
+ **bits**
  + Indicates 32-bit or 64-bit operating system. Providing a value allows IVS to better assess system capabilities, but it is not required.
  + Type: Integer
  + Valid Values: 32 \$1 64
  + Required: No
+ **build**
  + Build of the operating system.
  + Type: Integer
  + Required: Yes
+ **name**
  + Name of the operating system.
  + Type: String
  + Valid Value: `Windows`
  + Required: Yes
+ **release**
  + Release of the operating system.
  + Type: String
  + Required: Yes
+ **revision**
  + Revision of the operating system.
  + Type: String
  + Required: Yes
+ **version**
  + Version of the operating system.
  + Type: String
  + Length Constraints: Minimum length of 1. Maximum length of 128.
  + Required: Yes