{
  "version": 1,
  "circuit": {
    "components": {
      "Ra": {
        "type": "resistor",
        "resistance": 10000
      },
      "Cf": {
        "type": "capacitor",
        "capacitance": 1e-7
      }
    },
    "ports": {
      "IN": {
        "kind": "terminal"
      },
      "OUT": {
        "kind": "terminal"
      },
      "REF": {
        "kind": "ground"
      }
    },
    "nets": {
      "entrada": [
        "IN",
        "Ra.a"
      ],
      "salida": [
        "Ra.b",
        "Cf.a",
        "OUT"
      ],
      "retorno": [
        "Cf.b",
        "REF"
      ]
    }
  },
  "layout": {
    "preset": "rc-lowpass",
    "roles": {
      "series": "Ra",
      "shunt": "Cf",
      "input": "IN",
      "output": "OUT",
      "ground": "REF"
    }
  },
  "presentation": {
    "title": "Author-selected IDs",
    "theme": {
      "preset": "geist-dark"
    },
    "highlight": {
      "components": [],
      "nets": []
    }
  }
}
