blob: 82e4c75da2b3b15ba08158bc34dbf39f1d0714c8 [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.
13
14# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4