{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/math.square_root.input.json",
  "title": "Square root — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "x": {
      "type": "number",
      "description": "Radicand. Share-URL alias: xInput"
    },
    "xInput": {
      "type": "number",
      "description": "Share-URL alias for x"
    }
  },
  "description": "Principal square root of x; non-negative returns real principal, negative returns principal imaginary √|x| i. (calculation_version 1.0.3) Provide at least 1 of: x, xInput."
}
