13c5b7649SChu Lindescription: >
23c5b7649SChu Lin    xyz.openbmc_project.Inventory.Item.Cable should be implemented on objects
33c5b7649SChu Lin    that represent a cable instance or a system cable instance.
44295deb7SBrad Bishopproperties:
54295deb7SBrad Bishop    - name: Length
64295deb7SBrad Bishop      type: double
74295deb7SBrad Bishop      default: NaN
84295deb7SBrad Bishop      description: >
94295deb7SBrad Bishop          The length of the cable in meters.  The default value of NaN
104295deb7SBrad Bishop          represents a cable of unknown length.
11*e52a5257SBrad Bishop    - name: CableTypeDescription
12*e52a5257SBrad Bishop      type: string
13*e52a5257SBrad Bishop      default: ""
14*e52a5257SBrad Bishop      description: >
15*e52a5257SBrad Bishop          A free form, implementation defined string used to provide the type
16*e52a5257SBrad Bishop          of a cable, such as optical or copper.  The cable type can be shown
17*e52a5257SBrad Bishop          in user interfaces but this field should not be used for programmatic
18*e52a5257SBrad Bishop          interrogation of a cable beyond ignoring the default value of the
19*e52a5257SBrad Bishop          empty string.
20