1description: > 2 Implement to provide software asset attributes. 3 4properties: 5 - name: Manufacturer 6 type: string 7 description: > 8 This property shall represent the name of the manufacturer or producer 9 of this software 10 flags: 11 - readonly 12 - name: ReleaseDate 13 type: string 14 description: > 15 Release date of the software in ISO 8601 format, either as YYYYMMDD or 16 YYYYMMDDThhmmssZ. Where 'T' is a literal character to separate date 17 fields from time and 'Z' is a literal character to indicate UTC. If 18 the time of day is unknown, the time of day portion of the property 19 shall contain `00:00:00Z`. 20 flags: 21 - readonly 22