summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Inventory/Decorator/Asset.interface.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'xyz/openbmc_project/Inventory/Decorator/Asset.interface.yaml')
-rw-r--r--xyz/openbmc_project/Inventory/Decorator/Asset.interface.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Inventory/Decorator/Asset.interface.yaml b/xyz/openbmc_project/Inventory/Decorator/Asset.interface.yaml
new file mode 100644
index 0000000..d105dd3
--- /dev/null
+++ b/xyz/openbmc_project/Inventory/Decorator/Asset.interface.yaml
@@ -0,0 +1,26 @@
+description: >
+ Implement to provide item physical asset attributes.
+properties:
+ - name: PartNumber
+ type: string
+ description: >
+ The item part number, typically a stocking number.
+ - name: SerialNumber
+ type: string
+ description: >
+ The item serial number.
+ - name: Manufacturer
+ type: string
+ description: >
+ The item manufacturer.
+ - name: BuildDate
+ type: string
+ description: >
+ The date of item manufacture in
+ YYYYMMDD format.
+ - name: Model
+ type: string
+ description: >
+ The model of the item.
+
+# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud