{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/electrical.watt_volt_amp/1.5.1/input.json",
  "title": "Watt / volt / amp — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "P": {
      "type": "number",
      "description": "Power (W)"
    },
    "V": {
      "type": "number",
      "description": "Voltage (V)"
    },
    "I": {
      "type": "number",
      "description": "Current (A)"
    },
    "R": {
      "type": "number",
      "description": "Resistance (Ω)"
    }
  },
  "description": "Solve any two of P, V, I, R for simple resistive power relationships. (calculation_version 1.5.1) Provide at least 2 of: P, V, I, R."
}
