{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/electrical.ohms_law.input.json",
  "title": "Ohm's law — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "V": {
      "type": "number",
      "description": "Voltage (V)"
    },
    "I": {
      "type": "number",
      "description": "Current (A)"
    },
    "R": {
      "type": "number",
      "description": "Resistance (Ω)"
    },
    "P": {
      "type": "number",
      "description": "Power (W)"
    }
  },
  "description": "Solve any two of V, I, R, P for resistive DC / AC RMS circuits. (calculation_version 1.5.1) Provide at least 2 of: V, I, R, P."
}
