1description: > 2 Implement to provide basic item attributes. Required by all objects 3 within the inventory namespace. 4properties: 5 - name: PrettyName 6 type: string 7 description: > 8 The human readable name of the item. 9 - name: Present 10 type: boolean 11 description: > 12 Whether or not the item is present. 13