{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/mechanical.statics.cantilever_partial_tip_deflection/1.0.0/input.json",
  "title": "Cantilever partial load at the tip — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "w": {
      "type": "number"
    },
    "a": {
      "type": "number"
    },
    "L": {
      "type": "number"
    },
    "E": {
      "type": "number"
    },
    "I": {
      "type": "number"
    }
  },
  "required": [
    "w",
    "a",
    "L",
    "E",
    "I"
  ],
  "description": "Free-end deflection when a uniform load starts at the fixed end and stops at a. I is an input. (calculation_version 1.0.0)"
}
