metadata:
  title: Connector with an internal jumper
  description: Illustrative connector-loop example, not a certified electrical design.

connectors:
  JUMPERED:
    type: Four-position connector
    pincount: 4
    pinlabels: [REFERENCE_A, REFERENCE_B, SIGNAL, UNUSED]
    loops: [[1, 2]]
    notes: Pins 1 and 2 are linked within this illustrative assembly.
  DEVICE:
    type: Two-position device connector
    pincount: 2
    pinlabels: [REFERENCE, SIGNAL]

cables:
  W1:
    wirecount: 2
    gauge: 24 AWG
    length: 0.3
    colors: [BK, YE]
    wirelabels: [REFERENCE, SIGNAL]

connections:
  - - JUMPERED: [1, 3]
    - W1: [1, 2]
    - DEVICE: [1, 2]
