blob: 2869c3033c2ace3606ae70693ac91668e0f6a15a [file] [log] [blame]
Brad Bishop3e657902017-07-30 23:17:27 -04001description: >
2 'Applications may implement the MeetsMinimumShipLevel (MSL) decorator on an
Patrick Williamsa1347412022-12-06 10:56:22 -06003 object in the inventory namespace to denote that the item does or does not
4 meet an implementation defined minimum level for shipment requirement.
Brad Bishop3e657902017-07-30 23:17:27 -04005
6 There are no requirements on how implementations react to inventory items
Patrick Williamsa1347412022-12-06 10:56:22 -06007 that do or do not meet the MSL. Typical reactions might be to prevent a
8 system from powering on or logging events.'
Brad Bishop3e657902017-07-30 23:17:27 -04009
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.'