{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/electrical.rf.skin_depth/1.0.0/input.json",
  "title": "Skin Depth — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "f_Hz": {
      "type": "number",
      "exclusiveMinimum": 0
    },
    "rho_ohm_m": {
      "type": "number",
      "exclusiveMinimum": 0
    },
    "mur": {
      "type": "number",
      "exclusiveMinimum": 0
    }
  },
  "required": [
    "f_Hz",
    "rho_ohm_m"
  ],
  "description": "Electromagnetic skin depth δ=√(ρ/(πfμ)). (calculation_version 1.0.0)"
}
