1description: >
2    'Applications may implement the MeetsMinimumShipLevel (MSL) decorator on an
3    object in the inventory namespace to denote that the item does or does
4    not meet an implementation defined minimum level for shipment requirement.
5
6    There are no requirements on how implementations react to inventory items
7    that do or do not meet the MSL.  Typical reactions might be to prevent
8    a system from powering on or logging events.'
9
10properties:
11    - name: MeetsMinimumShipLevel
12      type: boolean
13      description: >
14          'The inventory item meets the implementation defined minimum ship
15          level requirements when MeetsMinimumShipLevel is true.'
16