{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/electrical.rf.lc_match.input.json",
  "title": "L-section LC Match — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "Z0_ohm": {
      "type": "number",
      "exclusiveMinimum": 0
    },
    "RL_ohm": {
      "type": "number",
      "exclusiveMinimum": 0
    },
    "f_Hz": {
      "type": "number",
      "exclusiveMinimum": 0
    }
  },
  "required": [
    "Z0_ohm",
    "RL_ohm",
    "f_Hz"
  ],
  "description": "Narrowband real RL→Z0 L-section dual solutions. (calculation_version 1.0.0)"
}
