|  | description: > | 
|  | Simple definition of a Software or Firmware version. Note that this | 
|  | interface may be implemented by D-Bus objects that do not necessarily | 
|  | contain a software level. For example an OpenBMC log may implement this | 
|  | interface to store the software level of the BMC or Host for debug purposes. | 
|  | If looking for real software versions associated with a device then ensure | 
|  | this interface is under the /xyz/openbmc_project/software object path. | 
|  | properties: | 
|  | - name: Version | 
|  | type: string | 
|  | description: > | 
|  | The version identifier. | 
|  | - name: Purpose | 
|  | type: enum[self.VersionPurpose] | 
|  | description: > | 
|  | The purpose of the version.  As in, what can it be used for or | 
|  | applied to? | 
|  | enumerations: | 
|  | - name: VersionPurpose | 
|  | description: > | 
|  | An enumeration of possible purposes of the version. | 
|  | values: | 
|  | - name: Unknown | 
|  | description: > | 
|  | The version is of unknown purpose. | 
|  | - name: Other | 
|  | description: > | 
|  | The version is of some other purpose. | 
|  | - name: System | 
|  | description: > | 
|  | The version is an aggregate for the system as a whole. | 
|  | - name: BMC | 
|  | description: > | 
|  | The version is a version for the BMC. | 
|  | - name: Host | 
|  | description: > | 
|  | The version is a version for a managed host. | 
|  | - name: PSU | 
|  | description: > | 
|  | The version is a version for a PSU. |