blob: 0e1911869e360e624f6e4df1b33e943ad6ef2aa1 [file] [log] [blame]
Brad Bishopa948d262016-10-05 19:51:48 -04001description: >
2 Implement to provide basic item attributes. Required by all objects
3 within the inventory namespace.
4properties:
5 - name: PrettyName
Deepak Kodihalli1542bae2016-11-09 05:23:39 -06006 type: string
Brad Bishopa948d262016-10-05 19:51:48 -04007 description: >
8 The human readable name of the item.
9 - name: Present
Deepak Kodihalli1542bae2016-11-09 05:23:39 -060010 type: boolean
Brad Bishopa948d262016-10-05 19:51:48 -040011 description: >
12 Whether or not the item is present.