blob: dfae631722101c769578f11d53351f006357fb4f [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
6 type: s
7 description: >
8 The human readable name of the item.
9 - name: Present
10 type: b
11 description: >
12 Whether or not the item is present.
13
14# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4