{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/mechanical.statics.rectangular_section/1.0.0/input.json",
  "title": "Rectangular section — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "b": {
      "type": "number",
      "description": "Width, parallel to x."
    },
    "h": {
      "type": "number",
      "description": "Height, parallel to y."
    }
  },
  "required": [
    "b",
    "h"
  ],
  "description": "Centroidal area moments and elastic section moduli of a rectangle from its width and height. Composite sections stay on the area-moment page. (calculation_version 1.0.0)"
}
