{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/mechanical.statics.center_triangle_deflection/1.0.0/input.json",
  "title": "Center-peaked triangle deflection — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "w0": {
      "type": "number"
    },
    "L": {
      "type": "number"
    },
    "E": {
      "type": "number"
    },
    "I": {
      "type": "number"
    }
  },
  "required": [
    "w0",
    "L",
    "E",
    "I"
  ],
  "description": "Midspan deflection of a simply supported span with intensity 0 at both supports and w0 at midspan. I is an input. (calculation_version 1.0.0)"
}
