blob: d2b6831691e769d75ad48ef926d96a729e6351ce [file] [log] [blame]
Patrick Williams6212ea62020-07-07 16:34:00 -05001description: >
2 Implement to define extended manufacturing data for inventory items.
3
4properties:
5 - name: ExtendedMFGData
6 type: dict[string, string]
7 description: >
8 A dictionary of manufacturer-specific extended data fields, which
9 may contain fields such as manufacturing plant, lot number, etc.
10
Patrick Williamsebcb17e2021-10-01 06:45:37 -050011 These fields must not be used for programmatic interrogation of
Patrick Williams6212ea62020-07-07 16:34:00 -050012 an inventory object but may be useful for various human-oriented
13 tasks, such as part failure analysis. Any field needed for
14 programmatic interrogation should be promoted to a first-class
15 property in another Item or Decorator interface.