{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/units.power.watt_hp/1.0.0/input.json",
  "title": "Watt ↔ Horsepower — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "mode": {
      "type": "string",
      "enum": [
        "w-hp",
        "hp-w"
      ]
    },
    "value": {
      "type": "number",
      "exclusiveMinimum": 0
    }
  },
  "required": [
    "value"
  ],
  "description": "Mechanical horsepower: 1 hp = 745.6998715822702 W. (calculation_version 1.0.0)"
}
