1description: >
2    This defines a MAC address of ethernet interface.
3
4properties:
5    - name: MACAddress
6      type: string
7      description: >
8          MAC address of the ethernet interface in six groups of
9          two hexadecimal digits separated by colons.
10          Example: 01:23:45:67:89:AB
11      errors:
12        - xyz.openbmc_project.Common.Error.InvalidArgument
13        - xyz.openbmc_project.Common.Error.InternalFailure
14