{
  "version": 1,
  "circuit": {
    "components": {
      "X1": {
        "type": "resistor",
        "resistance": 10000
      },
      "X2": {
        "type": "resistor",
        "resistance": 10000
      },
      "X3": {
        "type": "resistor",
        "resistance": 10000
      }
    },
    "ports": {
      "X4": {
        "kind": "terminal"
      },
      "X5": {
        "kind": "terminal"
      },
      "X6": {
        "kind": "ground"
      }
    },
    "nets": {
      "node/one~": [
        "X4",
        "X1.a"
      ],
      "node2": [
        "X1.b",
        "X2.a",
        "X3.a",
        "X5"
      ],
      "node3": [
        "X2.b",
        "X3.b",
        "X6"
      ]
    }
  },
  "layout": {
    "preset": "loaded-divider",
    "roles": {
      "top": "X1",
      "bottom": "X2",
      "load": "X3",
      "input": "X4",
      "output": "X5",
      "ground": "X6"
    }
  },
  "presentation": {
    "title": "Author-named graph",
    "theme": {
      "preset": "geist-light"
    },
    "highlight": {
      "components": [],
      "nets": []
    }
  }
}
