{
  "version": 1,
  "circuit": {
    "components": {
      "R1": {
        "type": "resistor",
        "resistance": 1000
      },
      "R2": {
        "type": "resistor",
        "resistance": 2200
      },
      "R3": {
        "type": "resistor",
        "resistance": 10000
      },
      "R4": {
        "type": "resistor",
        "resistance": 22000
      }
    },
    "ports": {
      "VIN": {
        "kind": "terminal"
      },
      "VLEFT": {
        "kind": "terminal"
      },
      "VRIGHT": {
        "kind": "terminal"
      },
      "GND": {
        "kind": "ground"
      }
    },
    "nets": {
      "excitation": [
        "VIN",
        "R1.a",
        "R3.a"
      ],
      "left": [
        "R1.b",
        "R2.a",
        "VLEFT"
      ],
      "right": [
        "R3.b",
        "R4.a",
        "VRIGHT"
      ],
      "ground": [
        "R2.b",
        "R4.b",
        "GND"
      ]
    }
  },
  "layout": {
    "preset": "wheatstone-bridge",
    "roles": {
      "upperLeft": "R1",
      "lowerLeft": "R2",
      "upperRight": "R3",
      "lowerRight": "R4",
      "input": "VIN",
      "outputLeft": "VLEFT",
      "outputRight": "VRIGHT",
      "ground": "GND"
    }
  },
  "presentation": {
    "title": "Unequal but balanced legs",
    "theme": {
      "preset": "geist-dark"
    }
  }
}
