{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/electrical.ldo.thermal.input.json",
  "title": "LDO Thermal — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "Vin_V": {
      "type": "number",
      "exclusiveMinimum": 0
    },
    "Vout_V": {
      "type": "number",
      "exclusiveMinimum": 0
    },
    "Iout_A": {
      "type": "number",
      "exclusiveMinimum": 0
    },
    "Iq_A": {
      "type": "number",
      "minimum": 0
    },
    "Ta_C": {
      "type": "number"
    },
    "Rth_C_per_W": {
      "type": "number",
      "exclusiveMinimum": 0
    }
  },
  "required": [
    "Vin_V",
    "Vout_V",
    "Iout_A",
    "Ta_C",
    "Rth_C_per_W"
  ],
  "description": "LDO dissipation and junction temperature from Rth. (calculation_version 1.0.0)"
}
