{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/mechanical.statics.hollow_circular_shear/1.0.0/input.json",
  "title": "Hollow circular shear — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "V": {
      "type": "number",
      "description": "Shear force. Alias shear."
    },
    "R": {
      "type": "number",
      "description": "Outer radius."
    },
    "r": {
      "type": "number",
      "description": "Inner radius, less than R."
    }
  },
  "required": [
    "V",
    "R",
    "r"
  ],
  "description": "Neutral-axis shear stress of one hollow circle. The area moment comes from the hollow-circular-section engine. (calculation_version 1.0.0)"
}
