{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/calculator/wilks-calculator/schema.json",
  "title": "Wilks Calculator inputs",
  "description": "Calculate your Wilks Score to compare strength across different body weights.",
  "type": "object",
  "properties": {
    "bodyWeight": {
      "title": "Body Weight",
      "type": "number",
      "default": 80
    },
    "liftedWeight": {
      "title": "Total Weight Lifted",
      "type": "number",
      "default": 400
    },
    "gender": {
      "title": "Gender",
      "type": [
        "string",
        "number"
      ],
      "default": "male"
    },
    "unit": {
      "title": "Unit",
      "type": [
        "string",
        "number"
      ],
      "default": "kg"
    }
  },
  "required": [],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "7.0.0",
    "calculatorUrl": "https://askcalculators.com/calculator/wilks-calculator/",
    "queryExample": "https://askcalculators.com/calculator/wilks-calculator/?bodyWeight=80&liftedWeight=400&gender=male&unit=kg",
    "migrationStatus": "migrated",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "migratedDate": "2026-08-18",
    "formula": {
      "expression": "Wilks score = lifted total × sex-specific Wilks coefficient evaluated from body weight."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/wilks-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
      }
    }
  }
}
