{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://askcalculators.com/calculator/golf-handicap-calculator/schema.json",
  "title": "Golf Handicap inputs",
  "description": "Calculate your handicap differential for a single round of golf.",
  "type": "object",
  "properties": {
    "score": {
      "title": "Gross Score",
      "type": "number",
      "default": 85
    },
    "rating": {
      "title": "Course Rating",
      "type": "number",
      "default": 72
    },
    "slope": {
      "title": "Slope Rating",
      "type": "number",
      "default": 113
    }
  },
  "required": [],
  "additionalProperties": false,
  "x-askcalculators": {
    "version": "7.0.0",
    "calculatorUrl": "https://askcalculators.com/calculator/golf-handicap-calculator/",
    "queryExample": "https://askcalculators.com/calculator/golf-handicap-calculator/?score=85&rating=72&slope=113",
    "migrationStatus": "migrated",
    "reviewStatus": "pending",
    "pageStatus": "live",
    "workStatus": "pending",
    "migratedDate": "2026-08-18",
    "formula": {
      "expression": "Differential = (adjusted gross score − course rating) × 113 ÷ slope rating; handicap uses the eligible lowest differentials."
    },
    "quality": {
      "availability": "live",
      "technicalReviewRecord": "/reviews/golf-handicap-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
      }
    }
  }
}
