{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/mechanical.statics.end_triangle_at_deflection.input.json",
  "title": "End-peaked triangle at a station — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "w0": {
      "type": "number"
    },
    "x": {
      "type": "number"
    },
    "L": {
      "type": "number"
    },
    "E": {
      "type": "number"
    },
    "I": {
      "type": "number"
    }
  },
  "required": [
    "w0",
    "x",
    "L",
    "E",
    "I"
  ],
  "description": "Deflection at a stated station for a triangle that peaks at both supports. I is an input. (calculation_version 1.0.0)"
}
