{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/units.force.newton_lbf/1.0.0/input.json",
  "title": "Newton ↔ lbf — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "mode": {
      "type": "string",
      "enum": [
        "n-lbf",
        "lbf-n"
      ]
    },
    "value": {
      "type": "number",
      "exclusiveMinimum": 0
    }
  },
  "required": [
    "value"
  ],
  "description": "Force conversion with 1 lbf = 4.4482216152605 N. (calculation_version 1.0.0)"
}
