{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/units.energy.joule_ev.input.json",
  "title": "Joule ↔ Electronvolt — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "mode": {
      "type": "string",
      "enum": [
        "j-ev",
        "ev-j"
      ]
    },
    "value": {
      "type": "number",
      "exclusiveMinimum": 0
    }
  },
  "required": [
    "value"
  ],
  "description": "Energy conversion with 1 eV = 1.602176634×10⁻¹⁹ J (exact). (calculation_version 1.0.0)"
}
