{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.calculatorx.com/schemas/math.root/1.0.5/input.json",
  "title": "Nth root — input",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "a": {
      "type": "number",
      "description": "Radicand. Share-URL alias: aInput"
    },
    "aInput": {
      "type": "number",
      "description": "Share-URL alias for a"
    },
    "n": {
      "type": "integer",
      "description": "Root index (positive safe integer; default 2)"
    },
    "nInput": {
      "type": "integer",
      "description": "Share-URL alias for n"
    },
    "index": {
      "type": "integer",
      "description": "Alias for n"
    }
  },
  "description": "Principal real nth root of a with positive safe-integer index n (default 2). (calculation_version 1.0.5) Provide at least 1 of: a, aInput."
}
