{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/calculator/hex-calculator/schema.json",
  "title": "Hex Calculator inputs",
  "description": "Convert between Hexadecimal, Decimal, and Binary values instantly.",
  "type": "object",
  "properties": {
    "hex": {
      "title": "Hex",
      "type": "string",
      "default": "1A"
    },
    "decimal": {
      "title": "Decimal",
      "type": "number",
      "default": 26
    },
    "binary": {
      "title": "Binary",
      "type": "string",
      "default": "11010"
    }
  },
  "required": [],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "7.0.0",
    "calculatorUrl": "https://askcalculators.com/calculator/hex-calculator/",
    "queryExample": "https://askcalculators.com/calculator/hex-calculator/?hex=1A&decimal=26&binary=11010",
    "migrationStatus": "migrated",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "migratedDate": "2026-08-18",
    "formula": {
      "expression": "Values are converted among hexadecimal, decimal, and binary by positional base conversion."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/hex-calculator.json",
      "qualifiedReview": "pending",
      "qualifiedReviewer": null,
      "qualifiedReviewDate": null,
      "formulaVersion": "7.0.0",
      "referenceCoverage": "references-pending",
      "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
      "historicalMetadataDate": "2026-08-18",
      "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
    },
    "outputs": {
      "result": {
        "title": "Result",
        "type": "string",
        "x-format": "text",
        "x-primary": true
      }
    }
  }
}
