1description: >
2    Implement to provide Asset Tag. The asset tag is used to uniquely identify
3    the object.
4properties:
5    - name: AssetTag
6      type: string
7      description: >
8          The tag provided to an object to identify it.
9
10