{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/mechanical.statics.paired_load_deflection.input.json",
  "title": "Paired load deflection — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "P": {
      "type": "number"
    },
    "a": {
      "type": "number"
    },
    "L": {
      "type": "number"
    },
    "E": {
      "type": "number"
    },
    "I": {
      "type": "number"
    }
  },
  "required": [
    "P",
    "a",
    "L",
    "E",
    "I"
  ],
  "description": "Midspan deflection of a simply supported span with two equal loads, each at distance a from the nearer support. I is an input. (calculation_version 1.0.0)"
}
