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