{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/mechanical.statics.incline_slip_or_tip.input.json",
  "title": "Incline slip or tip — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "mu": {
      "type": "number",
      "description": "Friction coefficient at impending slip."
    },
    "b": {
      "type": "number",
      "description": "Base of the rectangle along the incline."
    },
    "h": {
      "type": "number",
      "description": "Height of the rectangle perpendicular to the incline."
    }
  },
  "required": [
    "mu",
    "b",
    "h"
  ],
  "description": "Whether a homogeneous rectangle on an incline slips or tips under its own weight as the angle is raised. θslip is the friction angle. θtip is the angle where the vertical through the center passes through the downhill edge. (calculation_version 1.0.0)"
}
