{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/mechanical.statics.transverse_shear/1.0.0/input.json",
  "title": "Transverse shear — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "V": {
      "type": "number",
      "description": "Shear force. Alias shear."
    },
    "Q": {
      "type": "number",
      "description": "First moment beyond the line. Aliases first_moment, statical_moment."
    },
    "I": {
      "type": "number",
      "description": "Area moment of the whole section. Alias Ix."
    },
    "b": {
      "type": "number",
      "description": "Width at the line. Aliases t, thickness."
    }
  },
  "required": [
    "V",
    "Q",
    "I",
    "b"
  ],
  "description": "Shear stress at one line from the shear force, the first moment, the area moment, and the width at that line. (calculation_version 1.0.0)"
}
