{
  "version": 1,
  "circuit": {
    "components": {
      "X1": {
        "type": "diode"
      },
      "X2": {
        "type": "diode"
      },
      "X3": {
        "type": "diode"
      },
      "X4": {
        "type": "diode"
      },
      "X5": {
        "type": "resistor",
        "resistance": 1000
      },
      "X6": {
        "type": "capacitor",
        "capacitance": 0.001
      }
    },
    "ports": {
      "X7": {
        "kind": "terminal"
      },
      "X8": {
        "kind": "terminal"
      },
      "X9": {
        "kind": "terminal"
      },
      "X10": {
        "kind": "ground"
      }
    },
    "nets": {
      "node/one~": [
        "X7",
        "X1.anode",
        "X3.cathode"
      ],
      "node2": [
        "X8",
        "X2.anode",
        "X4.cathode"
      ],
      "node3": [
        "X1.cathode",
        "X2.cathode",
        "X5.a",
        "X6.a",
        "X9"
      ],
      "node4": [
        "X3.anode",
        "X4.anode",
        "X5.b",
        "X6.b",
        "X10"
      ]
    }
  },
  "layout": {
    "preset": "bridge-rectifier",
    "roles": {
      "positiveA": "X1",
      "positiveB": "X2",
      "negativeA": "X3",
      "negativeB": "X4",
      "load": "X5",
      "filter": "X6",
      "inputA": "X7",
      "inputB": "X8",
      "output": "X9",
      "ground": "X10"
    }
  },
  "presentation": {
    "title": "Author-named graph",
    "theme": {
      "preset": "geist-print"
    },
    "highlight": {
      "components": [],
      "nets": []
    }
  }
}
