| Brad Bishop | a948d26 | 2016-10-05 19:51:48 -0400 | [diff] [blame] | 1 | description: > | 
 | 2 |     Implement to provide basic item attributes.  Required by all objects | 
 | 3 |     within the inventory namespace. | 
 | 4 | properties: | 
 | 5 |     - name: PrettyName | 
| Deepak Kodihalli | 1542bae | 2016-11-09 05:23:39 -0600 | [diff] [blame] | 6 |       type: string | 
| Brad Bishop | a948d26 | 2016-10-05 19:51:48 -0400 | [diff] [blame] | 7 |       description: > | 
 | 8 |           The human readable name of the item. | 
 | 9 |     - name: Present | 
| Deepak Kodihalli | 1542bae | 2016-11-09 05:23:39 -0600 | [diff] [blame] | 10 |       type: boolean | 
| Brad Bishop | a948d26 | 2016-10-05 19:51:48 -0400 | [diff] [blame] | 11 |       description: > | 
 | 12 |           Whether or not the item is present. | 
 | 13 |  | 
 | 14 | # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 |