{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/health/overweight/schema.json",
  "title": "Compare a Weight with an Adult BMI Reference inputs",
  "description": "Show the arithmetic difference from the tool’s stated adult BMI reference, without prescribing weight change.",
  "type": "object",
  "properties": {
    "heightFt": {
      "title": "Height (ft)",
      "type": "number",
      "default": 5
    },
    "heightIn": {
      "title": "Height (in)",
      "type": "number",
      "default": 10
    },
    "weight": {
      "title": "Weight (lbs)",
      "type": "number",
      "default": 200
    }
  },
  "required": [],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "20.13.0",
    "calculatorUrl": "https://askcalculators.com/health/overweight/",
    "queryExample": "https://askcalculators.com/health/overweight/?heightFt=5&heightIn=8&weight=185",
    "migrationStatus": "migrated",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "migratedDate": "2026-09-10",
    "formula": {
      "expression": "BMI = 703 × pounds / inches²; reference pounds = 24.9 × inches² / 703.",
      "note": "Use this only as an explanation of a screening formula. It does not measure body composition, diagnose a condition or prescribe weight loss. Seek qualified guidance for personal health decisions."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/overweight-calculator.json",
      "qualifiedReview": "pending",
      "qualifiedReviewer": null,
      "qualifiedReviewDate": null,
      "formulaVersion": "20.13.0",
      "referenceCoverage": "references-listed",
      "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
      "historicalMetadataDate": "2026-09-10",
      "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
    },
    "outputs": {
      "bmi": {
        "title": "Adult BMI screening value",
        "type": "number",
        "x-format": "number",
        "x-digits": 2,
        "x-primary": true
      },
      "referenceWeight": {
        "title": "Weight at the 24.9 screening boundary (lb)",
        "type": "number",
        "x-format": "number",
        "x-digits": 2
      },
      "aboveReference": {
        "title": "Amount above this boundary, not a target (lb)",
        "type": "number",
        "x-format": "number",
        "x-digits": 2
      }
    }
  }
}
