metadata:
  title: Adapter with named pin IDs
  description: Illustrative named-pin example, not a certified electrical design.

connectors:
  SOURCE:
    type: Three-position source connector
    pins: [A, B, C]
    pinlabels: [supply, return, signal]
    pincolors: [RD, BK, YE]
  DESTINATION:
    type: Three-position destination connector
    pins: [P, R, S]
    pinlabels: [supply, return, signal]

cables:
  W1:
    colors: [RD, BK, YE]
    wirelabels: [feed, return_wire, data]
    gauge: 0.25 mm2
    length: 30 cm

connections:
  - - SOURCE: [supply, return, signal]
    - W1: [feed, return_wire, data]
    - DESTINATION: [P, R, S]
