1events:
2    - name: Creating AssetTag at startup
3      description: >
4          Create /system at startup and populate the AssetTag property with
5          empty string.
6      type: startup
7      actions:
8          - name: createObjects
9            objs:
10             /system:
11                xyz.openbmc_project.Inventory.Decorator.AssetTag:
12                  AssetTag:
13                    value: ""
14                    type: string
15